WP_Rewrite example


$GLOBALS['wp_query'] = $GLOBALS['wp_the_query'];

/** * Holds the WordPress Rewrite object for creating pretty URLs * * @global WP_Rewrite $wp_rewrite WordPress rewrite component. * @since 1.5.0 */
$GLOBALS['wp_rewrite'] = new WP_Rewrite();

/** * WordPress Object * * @global WP $wp Current WordPress environment instance. * @since 2.0.0 */
$GLOBALS['wp'] = new WP();

/** * WordPress Widget Factory Object * * @global WP_Widget_Factory $wp_widget_factory * @since 2.8.0 */
Home | Imprint | This part of the site doesn't use cookies.