byzgl
Forum Replies Created
-
ok, thank you.
I manually edited wp-config and added this at the bottom:
//Disable File Edits define('DISALLOW_FILE_EDIT', true);
Now it is working, thank you so much…:)
When I want to activate it I got this:
Failed to make a backup of the wp-config.php file. This operation will not go ahead.
Operation failed! Unable to modify or make a backup of wp-config.php file!
wp-config.php is 777
Forum: Plugins
In reply to: [Woody code snippets - Insert Header Footer Code, AdSense Ads] Cron Jobsok, thank you..
- This reply was modified 4 years, 11 months ago by byzgl.
Forum: Plugins
In reply to: [Woody code snippets - Insert Header Footer Code, AdSense Ads] Cron JobsFor example:
if (! wp_next_scheduled ( 'my_hourly_event' )) { wp_schedule_event(time(), 'hourly', 'my_hourly_event'); } add_action('my_hourly_event', 'do_this_hourly'); function do_this_hourly() { // do something every hour }
if I put this code and if I select “run everywhere” in woody snippets, every time that snippet run will it create a new cron job?
it is not looking any condition anymore..
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] CDATA Errorsthank you
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] CDATA ErrorsI think it is not an issue about aio wp security because when I disable it I can still see the same error, sorry.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] CDATA ErrorsI see it on source code..
it is working now thank you. Thanks for the plugin. ??
strange but it is working now. I changed email format to plain and saved settings. But I have utf8 issue now.
wow, thanks for great support.
I added lines below, to PostTrigger.php under “content/plugins/notification/class/Defaults/Trigger/Post”
$this->add_merge_tag( new MergeTag\User\UserEmail( array( 'slug' => $this->post_type . '_publishing_user_email', // translators: singular post name. 'name' => sprintf( __( '%s publishing user email', 'notification' ), $post_name ), 'property_name' => 'publishing_user', ) ) );
Thank you..
I am using “post saved as a draft” trigger
I don’t see such an option in the sidebar