add_inline_data

add_inline_data

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('add_inline_data') is found 1 times:

  • /wp-admin/includes/template.php line 395
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
         *
         * @param WP_Post      $post             The current post object.
         * @param WP_Post_Type $post_type_object The current post's post type object.
         */
        do_action( 'add_inline_data', $post, $post_type_object );
     
        echo '</div>';
    }
     
    /**
     * Outputs the in-line comment reply-to form in the Comments list table.