Jonas Böttcher

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: remove_filter event_date_to_pubDate not work #1008029
    Jonas Böttcher
    Participant

    Thank you very much, Cliff. It works and now I am happy.

    in reply to: remove_filter event_date_to_pubDate not work #1007998
    Jonas Böttcher
    Participant

    Hi Cliff,

    sry, it doesn’t work. Copied
    add_filter( 'get_post_time', array( __CLASS__, 'event_date_to_pubDate' ), 10, 3 );
    to functions.php and changed the word add to remove, so finally the new line in functions.php is
    remove_filter( 'get_post_time', array( __CLASS__, 'event_date_to_pubDate' ), 10, 3 );
    but it takes no effect.

    Any ideas?

Viewing 2 posts - 1 through 2 (of 2 total)