Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m trying to figure this out as well… except to remove the date recorded only.

    I believe this filter is the one to use but haven’t sorted out how yet:

    ssp_episode_meta_details

    … a little closer:

    add_filter( 'ssp_episode_meta_details', 'pf_episode_details' );
    function pf_episode_details($meta){
    
       $meta =  "How to filter this?";
    
    return $meta;

    }

    Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    I am about to release v1.11 that will make this easy to do using the ssp_episode_meta_details filter. I will add documentation for that filter here once the version has been released.

    Excellent. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How do I customize meta field?’ is closed to new replies.