You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To stop ACF PRO from loading its date+time and time picker, I've added the following code to my plugin:
add_action( 'init', function() {
class acf_field_date_and_time_picker { /* empty class, will prevent ACF Pro from creating it */} // @codingStandardsIgnoreLineclass acf_field_time_picker{/* empty class, will prevent ACF Pro from creating it */} // @codingStandardsIgnoreLine
}, 1 );
The text was updated successfully, but these errors were encountered:
Ref dialog in WordPress Support Forum, could you please test the beta plugin below ?
NOTE, it:
The beta plugin is available in my dropbox
To stop ACF PRO from loading its date+time and time picker, I've added the following code to my plugin:
The text was updated successfully, but these errors were encountered: