clean_new_public_post_type_notifications

clean_new_public_post_type_notifications

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

do_action('clean_new_public_post_type_notifications') is found 1 times:

  • /src/integrations/watchers/indexable-post-type-change-watcher.php line 156

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

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

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

    152
    153
    154
    155
    156
    157
    158
    159
                if ( $cleanup_not_yet_scheduled ) {
                    \wp_schedule_single_event( ( \time() + ( \MINUTE_IN_SECONDS * 5 ) ), Cleanup_Integration::START_HOOK );
                }
     
                \do_action( 'clean_new_public_post_type_notifications', $newly_made_non_public_post_types );
            }
        }
    }

See this hook used in plugins: