wpseo_disable_adjacent_rel_links, false

wpseo_disable_adjacent_rel_links, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.28.1

apply_filters('wpseo_disable_adjacent_rel_links, false') is found 1 times:

  • /src/helpers/pagination-helper.php line 51
    		 * Filter: 'wpseo_disable_adjacent_rel_links' - Allows disabling of Yoast adjacent links if this is being handled by other code.
    		 *
    		 * @param bool $links_generated Indicates if other code has handled adjacent links.
    		 */
    		return \apply_filters( 'wpseo_disable_adjacent_rel_links', false );
    	}
    
    	/**
    	 * Builds a paginated URL.
    	 *
    	 * @param string $url                   The un-paginated URL of the current archive.