get_edit_post_link

get_edit_post_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('get_edit_post_link') is found 1 times:

  • /wp-includes/link-template.php line 1499
    	 * @param int    $post_id Post ID.
    	 * @param string $context The link context. If set to 'display' then ampersands
    	 *                        are encoded.
    	 */
    	return apply_filters( 'get_edit_post_link', $link, $post->ID, $context );
    }
    
    /**
     * Displays the edit post link for post.
     *
     * @since 1.0.0
    

See this hook used in plugins: