Change wrapper_type to
-
Hello,
I am trying to customize the Favorites Listing HTML view with this function :
/**
- Customize the Favorites Listing HTML
*/
add_filter( ‘favorites/list/listing/html’, ‘custom_favorites_listing_html’, 10, 4 );
function custom_favorites_listing_html($html, $markup_template, $post_id, $list_options)
{
return $html;
} - How can I manage to change the <ul> wrapper_type into <table> ?
- Many thx for your help
- Customize the Favorites Listing HTML
The topic ‘Change wrapper_type to’ is closed to new replies.