-
My issue is that the cloned settings for the Event CPT page do not clone as part of the clone process
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
Foliovision › Forums › FV Clone Screen Options › Troubleshooting › Cloned settings do not change with Event CPT from Events Calendar Pro
Hello Rosemary,
please check with the Events Calendar developers to see if they use the standard Screen Options or custom post types. Do they stick to what WordPress provides, or do they do something custom about it?
Our plugin clones the usermeta values stored under the following keys: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L32-L37
Notice how that tried to run it for all the registered post types: https://github.com/foliovision/fv-clone-screen-options/blob/master/fv-screen-options.php#L24
If you send that to Event Calendar developers, they should be able to make some suggestion. Either they are doing something non-standard or maybe they are registering their custom post type too late. We run the clone process on admin_init action with priority of 10.
Thanks,
Martin