Rank Math error

#91776
  • Resolved Pedroag
    Rank Math free

    Sure.

    error

    This problem show when use the code

    add_action(
    	'init',
    	function() {
    		delete_option( 'schema-ActionScheduler_StoreSchema' );
    	},
    );

    But if try the code below only show “An error occurred while saving the code snippet.”

    
    add_action( 'init', function() {
    	delete_option( 'schema-ActionScheduler_StoreSchema' );
    } );
    • This topic was modified 3 years, 6 months ago by Pedroag.
    • This topic was modified 3 years, 6 months ago by Rank Math.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)

The ticket ‘Rank Math error’ is closed to new replies.