Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lester Chan

    (@gamerz)

    Add:

    remove_filter('the_content', '<FILTER_NAME>');
    remove_filter('the_excerpt', '<FILTER_NAME>');

    on Line 25 In print.php https://github.com/lesterchan/wp-print/blob/master/print.php

    Replace <FILTER_NAME> with the plugin you want to remove filter name. If you are unsure, ask the plugin author.

    Thread Starter _SSS

    (@_sss)

    Hii,Lester chan
    Thanx for quick reply but remove_filter(‘the_content’, ‘<FILTER_NAME>’);
    ‘<FILTER_NAME>’ what i should exactly replace with this .
    i had use Yet Another Related Posts Plugin for related post which i dont want in my post when i am going to print plz help me ,TY

    Plugin Author Lester Chan

    (@gamerz)

    As mentioned in my previous message:
    Replace <FILTER_NAME> with the plugin you want to remove filter name. If you are unsure, ask the plugin author.

    I don’t use YARP, so you need to drop them a message and ask them what filter name they are using for the_content.

    Thread Starter _SSS

    (@_sss)

    Thanx bro,
    i will ask to the plugin author
    TY

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the content in the post’ is closed to new replies.