[Plugin: More Fields] Error in 1.3 version
-
Fatal error: Call to undefined method more_fields_object::rewrite_rules() in /mypath/wordpress/wp-content/plugins/more-fields/more-fields-manage-boxes.php on line 150
Everytime when i’m inserting custom field I get this error. But finally the field is inserted.
In the more-fields-manage-boxes.php on lines 150 and 151 are 2 function calls:
$mf0->rewrite_rules();
$mf0->flush_rewrite_rules();`
There is only flush_rewrite_rules() function in the more-fields-object.php. The rewrite_rules() function is missing. Should I comment tha call to function?
- The topic ‘[Plugin: More Fields] Error in 1.3 version’ is closed to new replies.