sm_init

sm_init

Hook Type: action

See hook in core

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

do_action('sm_init') is found 1 times:

  • /sitemap-core.php line 1875
    				set_time_limit( $this->get_option( 'b_time' ) );
    			}
    		}
    
    		do_action( 'sm_init', $this );
    
    		$this->is_active = true;
    
    		$parsed_options = array();
    
    		$options = explode( ';', $options );