-
Posted a reply to PHP error when using fwrite(), on the site WordPress.org Forums:
@pixelbart the latest update fixed this, thank you for the quick response! -
Created a topic, PHP error when using fwrite(), on the site WordPress.org Forums:
We've been seeing this fatal error, possibly since upd… -
Posted a reply to Continuous auth check breaking widgets / settings page, on the site WordPress.org Forums:
Thanks Cliff, clearing the cache appears to have helped! Plugin looks to be working as… -
Posted a reply to Continuous auth check breaking widgets / settings page, on the site WordPress.org Forums:
Hi @cliffseal I was behind but I just bumped the version and getting the same… -
Posted a reply to Continuous auth check breaking widgets / settings page, on the site WordPress.org Forums:
Follow up on this, I noticed in the HTTP response there is the error: <err… -
Created a topic, Contiuous auth check breaking widgets / settings page, on the site WordPress.org Forums:
@cliffseal Recently started having some trouble with … -
Posted a reply to Removing the action that injects the script in the head, on the site WordPress.org Forums:
OK, I think I got it. remove_action( 'wp_head', array( Optimizely_X\Frontend::instance(), 'inject_script'), - 1000 ); appears… -
Posted a reply to Removing the action that injects the script in the head, on the site WordPress.org Forums:
I have also tried this which also doesn't seem to work: remove_action( 'wp_head', array( 'Optimizely_X\Frontend::instance()',… -
Created a topic, Removin the action that injects the script in the head, on the site WordPress.org Forums:
I have some situations where I need to disable this ac… -
Posted a reply to Can I filter all forms added by this plugin, on the site WordPress.org Forums:
Thanks @cliffseal! I found in the plugin it looks like there is a filter pardot_widget_body_html… -
Posted a reply to Filter output of the_widget(), on the site WordPress.org Forums:
Thanks @bcworkz and @joyously! Essentially that is what I'm doing now, using the output buffer… -
Created a topic, Filter output of the_widget(), on the site WordPress.org Forums:
Is it possible to filter the output of a widget when i… -
Created a topic, Can I filter all forms added by this plugin, on the site WordPress.org Forums:
I see there is a filter to modify the output of this p…