post_type_link

post_type_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('post_type_link') is found 1 times:

  • /wp-includes/link-template.php line 375
    	 * @param WP_Post $post      The post in question.
    	 * @param bool    $leavename Whether to keep the post name.
    	 * @param bool    $sample    Is it a sample permalink.
    	 */
    	return apply_filters( 'post_type_link', $post_link, $post, $leavename, $sample );
    }
    
    /**
     * Retrieves the permalink for the current page or page ID.
     *
     * Respects page_on_front. Use this one.
    

See this hook used in plugins: