wpseo_should_build_and_save_user_indexable

wpseo_should_build_and_save_user_indexable

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_should_build_and_save_user_indexable') is found 1 times:

  • /src/builders/indexable-author-builder.php line 246

    Warning: Undefined array key 248 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 249 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 250 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 251 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    242
    243
    244
    245
    246
    247
    248
             *
             * @param Author_Not_Built_Exception|null $exception An exception if the indexable is not being built, `null` if the indexable should be built.
             * @param string                          $user_id   The ID of the user that should or should not be excluded.
             */
            return \apply_filters( 'wpseo_should_build_and_save_user_indexable', $exception, $user_id );
        }
    }