Sorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater.

A1WEBSITEPRO QuestionsCategory: WordPressSorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater.
Anonymous asked 9 years ago

I cannot activate genesis simple hooks. The author is not help at all. I have it on one site not multiple sites. Can you help me?

Sorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater. was last modified: June 25th, 2015 by Anonymous
0 Answers
Maximus Mccullough Staff answered 9 years ago

Sure thing. Navigate in your dashboard to plugins and click editor.

genesis simple hooks error

genesis simple hooks error

Next select Genesis Simple Hooks from the drop down. Remove all this code but make sure that you keep the curly brackets.

[code]deactivate_plugins( plugin_basename( __FILE__ ) );
wp_die( sprintf( __( ‘Sorry, you cannot run Simple Hooks without WordPress %s and <a href="%s">Genesis %s</a>, or greater.’, ‘simplehooks’ ), $wp_version, ‘http://my.studiopress.com/?download_id=91046d629e74d525b3f2978e404e7ffa&#8217;, $genesis_version ) );
[/code]

Sorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater.

Sorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater.

Save the file and then activate the plugin. The go put that code back in the plugin file. However you could just leave it out and it will update the next time the author gets around to updating the plugin. 🙂

Only cool people share!

Answer for Sorry, you cannot run Simple Hooks without WordPress 3.9.2 and Genesis 2.1.0, or greater. was last modified: June 25th, 2015 by Maximus Mccullough