block_editor_meta_box_hidden_fields

block_editor_meta_box_hidden_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('block_editor_meta_box_hidden_fields') is found 1 times:

  • /wp-admin/includes/post.php line 2591
    2587
    2588
    2589
    2590
    2591
    2592
    2593
    2594
    2595
    2596
    2597
         * @since 5.0.0
         *
         * @param WP_Post $post The post that is being edited.
         */
        do_action( 'block_editor_meta_box_hidden_fields', $post );
    }
     
    /**
     * Disables block editor for wp_navigation type posts so they can be managed via the UI.
     *
     * @since 5.9.0

See this hook used in plugins: