/*
Remove kses filters.
Attached to: add_action("init");
*/
function ws_plugin__remove_kses ()
{
if (current_user_can ("unfiltered_html"))
kses_remove_filters ();
}
/*
Add the actions.
*/
add_action ("init", "ws_plugin__remove_kses", 11);
add_action ("import_start", "ws_plugin__remove_kses");
Statistics: Posted by Jason Caldwell — August 30th, 2010, 12:49 am
<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_ON0; ?>:
<?php echo S2MEMBER_CURRENT_USER_VALUE_FOR_PP_OS0; ?>
Possible solutions:
1. Install the Exec-PHP plugin. - yes done
2. Use the Shortcode format instead. - need customised button
3. Make sure that your Button Code is not getting corrupted by the Visual Editor. - never use the visual editor, I do everything in the HTML
Statistics: Posted by k4yti — August 26th, 2010, 9:24 am
Statistics: Posted by Jason Caldwell — June 26th, 2010, 2:15 am
Statistics: Posted by k4yti — June 25th, 2010, 5:56 am