Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function fen_ignore_error( $ignore, $error ) {
- if( false !== strpos( $error['message'], 'Allowed memory' ) ) {
- $ignore = true;
- }
- return $ignore;
- }
- add_filter( 'fen_ignore_error', 'fen_ignore_error', 10, 2 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement