get_sample_permalink, $permalink, $post->ID, $title, $name, $post

get_sample_permalink, $permalink, $post->ID, $title, $name, $post

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('get_sample_permalink, $permalink, $post->ID, $title, $name, $post') is found 1 times:

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