wpseo_indexables_unindexed_calculated

wpseo_indexables_unindexed_calculated

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('wpseo_indexables_unindexed_calculated') is found 3 times:

  • /src/actions/indexing/abstract-indexing-action.php line 99

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

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

    095
    096
    097
    098
    099
    100
    101
    102
    103
             * Action: 'wpseo_indexables_unindexed_calculated' - sets an option to timestamp when there are no unindexed indexables left.
             *
             * @internal
             */
            \do_action( 'wpseo_indexables_unindexed_calculated', static::UNINDEXED_COUNT_TRANSIENT, $count );
     
            return (int) $count;
        }
    }
  • /src/actions/indexing/indexable-general-indexation-action.php line 56
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
         * Action: 'wpseo_indexables_unindexed_calculated' - sets an option to timestamp when there are no unindexed indexables left.
         *
         * @internal
         */
        \do_action( 'wpseo_indexables_unindexed_calculated', static::UNINDEXED_COUNT_TRANSIENT, $result );
     
        return $result;
    }
     
    /**
     * Returns a limited number of unindexed posts.
  • /src/actions/indexing/indexable-post-type-archive-indexation-action.php line 96
    092
    093
    094
    095
    096
    097
    098
    099
    100
    101
    102
         * Action: 'wpseo_indexables_unindexed_calculated' - sets an option to timestamp when there are no unindexed indexables left.
         *
         * @internal
         */
        \do_action( 'wpseo_indexables_unindexed_calculated', static::UNINDEXED_COUNT_TRANSIENT, $result );
     
        return $result;
    }
     
    /**
     * Creates indexables for post type archives.