Plugin Directory

Changeset 2014165


Ignore:
Timestamp:
01/17/2019 02:40:56 PM (7 years ago)
Author:
wpklangoo
Message:

Fixing problem of articleBody when using the "wpautop" filter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • magnet/trunk/WP-klangoo.php

    r1597181 r2014165  
    266266add_action( "wp_footer", "magnet_add_script" );
    267267
    268 add_filter( "the_content", "magnet_add_widgets" );
     268add_filter( "the_content", "magnet_add_widgets",11,2 );
    269269add_filter( 'wp_kses_allowed_html', 'magnet_allowed_html', 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.