the_permalink, get_permalink(

the_permalink, get_permalink(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('the_permalink, get_permalink(') is found 1 times:

  • /modules/carousel/jetpack-carousel.php line 500
    				'copyright'                       => __( 'Copyright', 'jetpack' ),
    				'comment_registration'            => $comment_registration,
    				'require_name_email'              => $require_name_email,
    				/** This action is documented in core/src/wp-includes/link-template.php */
    				'login_url'                       => wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ),
    				'blog_id'                         => (int) get_current_blog_id(),
    				'meta_data'                       => array( 'camera', 'aperture', 'shutter_speed', 'focal_length', 'copyright' ),
    			);
    
    			/**
    			 * Handle WP stats for images in full-screen.