WordPress 01

register_nav_menus
        _sidebar
        _rest_route

1.  define( 'ABSPATH', __DIR__. '/' );
2.  if( file.exist( ABSPATH. 'wp-config.php' ) ) {
        require_once ABSPATH. 'wp-config.php';
    }

3.  $GLOBALS[ ‘wp’ ] = new WP()

[‘wp_rewrite’] = new WP_Rewrite()

[‘wp_the_query’] = new WP_QUEUE()

$GLOBALS[‘wp_locale’] = new WP_Locale();

 

4. $local = get_loade();

$local_file = WP_LANG_DIR . “/$local.php”;

 

if( file_exists( $theme. ‘/functions.php’) ) {

include $theme. ‘/functions.php’ ;

}

 

Posted by