John Blackbourn
John Blackbourn
Does WP Crontrol show you a warning about this schedule when you view the Settings -> Cron Schedules screen? I don't think this problem is anything specific to WP Crontrol,...
Maybe, although it's not a priority for me. It doesn't solve the underlying problem of cron events not being correctly rescheduled, it's mostly a workaround. I think I would prefer...
See also https://github.com/wp-cli/ideas/issues/99
Well, `$_SERVER['SERVER_PROTOCOL']` on my particular configuration, which is HHVM 3.9.1 on Nginx 1.9.5. In Nginx's `fastcgi_params` is the following: `fastcgi_param SERVER_PROTOCOL $server_protocol;`
Can you provide some more information please? Are there any errors in your PHP error log? Are there any JavaScript errors in your browser console? Is the WordPress admin toolbar...
Did you put these fields at the top level of the arguments array used for the post type generation? They don't go into the `admin_cols` field.
Changing a `return;` to `return null;` shouldn't have any side effects because if anything is reading the return value it'll be treated as `null`. Example: https://3v4l.org/ZXFKY . Making those functions...
The same applies to post type names. It also applies to general form fields. An example is a contact form where the field name for the visitor's name is `name`,...
Related: #5141