Statistics: Posted by PseudoNyhm — August 7th, 2011, 3:45 pm
Statistics: Posted by Jason Caldwell — August 7th, 2011, 3:09 pm
Statistics: Posted by Jason Caldwell — August 7th, 2011, 2:51 pm
Statistics: Posted by PseudoNyhm — August 7th, 2011, 2:20 pm
Statistics: Posted by PseudoNyhm — July 21st, 2011, 9:57 am
Statistics: Posted by ZebEl — July 20th, 2011, 10:39 pm
<?php
add_action ("ws_plugin__s2member_after_loaded", "s2_removals");
add_action ("wp_print_scripts", "s2_removals", 11);
function s2_removals ()
{
if (strpos ($_SERVER["REQUEST_URI"], "wp-login.php") !== false)
wp_dequeue_script ("ws-plugin--s2member");
remove_action ("register_form", "c_ws_plugin__s2member_custom_reg_fields::custom_registration_fields");
remove_action ("login_head", "c_ws_plugin__s2member_login_customizations::login_header_styles");
remove_filter ("login_headerurl", "c_ws_plugin__s2member_login_customizations::login_header_url");
remove_filter ("login_headertitle", "c_ws_plugin__s2member_login_customizations::login_header_title");
remove_action ("login_footer", "c_ws_plugin__s2member_login_customizations::login_footer_design");
}
?>
Statistics: Posted by Jason Caldwell — July 20th, 2011, 12:37 am
Statistics: Posted by PseudoNyhm — July 17th, 2011, 11:07 am
wp_enqueue_script("password-strength-meter");
Statistics: Posted by Jason Caldwell — July 8th, 2011, 9:25 pm
Statistics: Posted by PseudoNyhm — July 8th, 2011, 7:39 pm
Statistics: Posted by PseudoNyhm — July 8th, 2011, 7:27 pm
<?php
add_action ("ws_plugin__s2member_after_loaded", "s2_removals");
add_action ("wp_print_scripts", "s2_removals", 11);
function s2_removals ()
{
if (strpos ($_SERVER["REQUEST_URI"], "wp-login.php") !== false)
wp_dequeue_script ("ws-plugin--s2member");
remove_action ("register_form", "c_ws_plugin__s2member_custom_reg_fields::custom_registration_fields");
remove_action ("login_head", "c_ws_plugin__s2member_login_customizations::login_header_styles");
remove_filter ("login_headerurl", "c_ws_plugin__s2member_login_customizations::login_header_url");
remove_filter ("login_headertitle", "c_ws_plugin__s2member_login_customizations::login_header_title");
remove_action ("login_footer", "c_ws_plugin__s2member_login_customizations::login_footer_design");
}
?>
Statistics: Posted by Jason Caldwell — July 8th, 2011, 4:45 pm
Statistics: Posted by Jason Caldwell — July 8th, 2011, 4:29 pm
Statistics: Posted by PseudoNyhm — July 7th, 2011, 10:00 am
Statistics: Posted by Cristián Lávaque — July 4th, 2011, 11:15 pm
Statistics: Posted by PseudoNyhm — July 4th, 2011, 9:23 pm