Lines:
1 to 21 of 21
<?php namespace Yoast\WP\SEO\Integrations\Front_End; use Yoast\WP\SEO\Conditionals\Front_End_Conditional; use Yoast\WP\SEO\Helpers\Current_Page_Helper; use Yoast\WP\SEO\Helpers\Meta_Helper; use Yoast\WP\SEO\Helpers\Options_Helper; use Yoast\WP\SEO\Helpers\Redirect_Helper; use Yoast\WP\SEO\Integrations\Integration_Interface; /* class Redirects */ /* function Redirects::__construct() – Sets the helpers. */ /* function Redirects::get_conditionals() – */ /* function Redirects::register_hooks() – */ /* function Redirects::archive_redirect() – When certain archives are disabled, this redirects those to the homepage. */ /* function Redirects::page_redirect() – Based on the redirect meta value, this function determines whether it should redirect the current post / page. */ /* function Redirects::attachment_redirect() – If the option to disable attachment URLs is checked, this performs the redirect to the attachment. */ /* function Redirects::need_archive_redirect() – Checks if certain archive pages are disabled to determine if a archive redirect is needed. */ /* function Redirects::get_attachment_url() – Retrieves the attachment url for the current page. */