add_inline_data, $post, $post_type_object

add_inline_data, $post, $post_type_object

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('add_inline_data, $post, $post_type_object') is found 1 times:

  • /wp-admin/includes/template.php line 395
    	 *
    	 * @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.