Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author manuelmasia

    (@manuelmasia)

    Hi,

    no hooks, sorry. However (even if I’ve never tested it) you can try to remove the filter to the content in particular cases:

    	add_filter( 'the_content', array( &$this, 'filter_content' ), 10 );
    	add_filter( 'the_content', array( &$this, 'filter_content' ), 100 );
    

    (I’ve added the filter twice to fix issues deriving from shortcodes).

    Let me know. Manuel ??

    Thread Starter Paul Bystrzan

    (@inkm)

    Hi! Sorry for late reply – works for me in the way I expect!
    Your plugin is now (pro version) on my list for every project for my clients. Great compatibility, awesome UI/UX best support.
    If someone is now looking for plugin to make clients happy within making not only columns, but whole layouts – I recommend it strongly.
    Best from Poland!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PixGridder disabled as default’ is closed to new replies.