• Resolved frenkieb

    (@frenkieb)


    The class WPSEO_Indexable_Service_Post_Provider isn’t available anymore in 15.0.
    What alternative can I use?

    I used it for something like this:

    $provider = new WPSEO_Indexable_Service_Post_Provider();
    $metainfo = $provider->get( get_the_ID() );

    $node[‘canonicalUrl’] = $metainfo[‘canonical’];
    $node[‘robotNoIndex’] = $metainfo[‘is_robots_noindex’];
    $node[‘robotNoFollow’] = $metainfo[‘is_robots_nofollow’];

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘15.0: Where did the class WPSEO_Indexable_Service_Post_Provider go?’ is closed to new replies.