get_sample_permalink

get_sample_permalink

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') is found 1 times:

  • /wp-admin/includes/post.php line 1526
    	 * @param string  $title   Post title.
    	 * @param string  $name    Post name (slug).
    	 * @param WP_Post $post    Post object.
    	 */
    	return apply_filters( 'get_sample_permalink', $permalink, $post->ID, $title, $name, $post );
    }
    
    /**
     * Returns the HTML of the sample permalink slug editor.
     *
     * @since 2.5.0
    

See this hook used in plugins: