sm_rebuild

sm_rebuild

Hook Type: action

See hook in core

Displaying hooks found in version: google-sitemap-generator.4.1.9

do_action('sm_rebuild') is found 1 times:

  • /documentation.txt line 386
    take care of everything like loading the required classes and so on.
    
    Sample:
    
    do_action("sm_rebuild");
    
    The sitemap might not be rebuild immediately, since newer versions use a background WP-Cron
    job by default to prevent that the user has to wait and avoid multiple rebuilds within a very short time.
    In case the sitemap plugin is not installed, nothing will happen and no errors will be thrown.
    
    ===============================================