Plugin Installation issues WP 4.1
-
Hi, would really love this to work, however all that happens when I install the plugin and activate it is having this text displayed at the top of every page (both live and within the editor):
‘H:i’, ‘date-format’ => ‘d.m.Y’ ); /* unset default if setting already set */ foreach ( $default_settings as $key => $value ) if ( op_get_setting( $key ) ) unset( $default_settings[ $key ] ); /* apply remaining settings */ $wp_opening_hours = new OpeningHours; $wp_opening_hours->applySettings( $default_settings ); } register_activation_hook( __FILE__, ‘op_activate’ ); ?>
The only way to access the plugin is through the plugin settings. It does not show in the dashboard settings to update etc.
Thanks
- The topic ‘Plugin Installation issues WP 4.1’ is closed to new replies.