edit_form_before_permalink

edit_form_before_permalink

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('edit_form_before_permalink') is found 1 times:

  • /wp-admin/edit-form-advanced.php line 558
    	 * @since 4.1.0
    	 *
    	 * @param WP_Post $post Post object.
    	 */
    	do_action( 'edit_form_before_permalink', $post );
    	?>
    <div class="inside">
    	<?php
    	if ( $viewable ) :
    		$sample_permalink_html = $post_type_object->public ? get_sample_permalink_html( $post->ID ) : '';
    
    

See this hook used in plugins: