wpseo_link_indexing_limit

wpseo_link_indexing_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_link_indexing_limit') is found 1 times:

  • /src/actions/indexing/abstract-link-indexing-action.php line 114
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
         * Filter 'wpseo_link_indexing_limit' - Allow filtering the number of texts indexed during each link indexing pass.
         *
         * @param int $limit The maximum number of texts indexed.
         */
        return \apply_filters( 'wpseo_link_indexing_limit', 5 );
    }
     
    /**
     * Returns objects to be indexed.
     *
     * @return array Objects to be indexed, should be an array of objects with object_id, object_type and content.

See this hook used in plugins: