pause_mtli() not working
-
Thanks for this plugin.
The
pause_mtli()
isn’t working because the priority inremove_filter
is missing.This function contains this line:
remove_filter( 'the_content', array( $GLOBALS['mimetypes_link_icons'], 'mimetype_to_icon' ) );
but it should be:
remove_filter( 'the_content', array( $GLOBALS['mimetypes_link_icons'], 'mimetype_to_icon' ), 15 );
to work correctly.
Best regards
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘pause_mtli() not working’ is closed to new replies.