wp_update_user(array('ID' => 123, 'role' => 'editor'));
function remove_parent_category_from_url( $args ) {
$args['rewrite']['hierarchical'] = false;
return $args;
}
add_filter( 'woocommerce_taxonomy_args_product_cat', 'remove_parent_category_from_url' );
if ($wp_query->current_post % 5 == 0 ) :
wp_dequeue_scripts
if (!is_admin())
использование такой проверки бессмысленно, в данном контексте->show_on_post_type('page')
->show_on_template('page/home.php')