• In bit51.php line 25 adds change_foolic_input_size as WP Filter:

    add_filter( 'foolic_validation_input_size-' . $this->hook, array( &$this, 'change_foolic_input_size' ) );

    But the change_foolic_input_size method does not exist.

    Resulting in the following warning:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘bit51_bwps’ does not have a method ‘change_foolic_input_size’ in /wordpress/wp-includes/plugin.php on line 199

    http://wordpress.org/plugins/better-wp-security/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘change_foolic_input_size missing from bit51’ is closed to new replies.