YoastWPSEOshould_index_indexables

YoastWPSEOshould_index_indexables

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('YoastWPSEOshould_index_indexables') is found 1 times:

  • /src/helpers/indexable-helper.php line 222
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
         * @since 18.2
         *
         * @param bool $should_index Whether the site's indexables should be created.
         */
        return (bool) \apply_filters( 'Yoast\WP\SEO\should_index_indexables', $should_index );
    }
     
    /**
     * Returns whether or not dynamic permalinks should be used.
     *
     * @return bool Whether or not the dynamic permalinks should be used.