DP
Size: a a a
DP
hZ
DP
АН
hZ
NK
$attribute_to_edit = $wpdb->get_row(
$wpdb->prepare(
"
SELECT attribute_type, attribute_label, attribute_name, attribute_orderby, attribute_public
FROM {$wpdb->prefix}woocommerce_attribute_taxonomies WHERE attribute_id = %d
",
$edit
)
);
SN
'rewrite'=> [
'slug' => 'media-featured/%featured-media-category%',
],
function lexfusion_featured_media_category_link( $post_link, $id = 0 ){
$post = get_post($id);
if ( is_object( $post ) ){
$terms = wp_get_object_terms( $post->ID, 'featured-media-category' );
if( $terms ){
return str_replace( '%featured-media-category%' , $terms[0]->slug , $post_link );
}
}
return $post_link;
}
add_filter( 'post_type_link', 'lexfusion_featured_media_category_link', 1, 3 );
АП
АК
hZ
АК
hZ
hZ
hZ
АК
АК
hZ
N
АК
АК