get_sample_permalink_html

get_sample_permalink_html

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_sample_permalink_html') is found 1 times:

  • /wp-admin/includes/post.php line 1611
    	 * @param string|null $new_title New sample permalink title.
    	 * @param string|null $new_slug  New sample permalink slug.
    	 * @param WP_Post     $post      Post object.
    	 */
    	$return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );
    
    	return $return;
    }
    
    /**
     * Returns HTML for the post thumbnail meta box.
    

See this hook used in plugins: