PluginProbe
Assistant – Every Day Productivity Apps / 1.0.2
Assistant – Every Day Productivity Apps v1.0.2
1.5.5 trunk 0.1.0 0.2.0 0.2.1 0.2.2 0.3.0 0.3.1 0.4 0.4.1 0.4.2 0.5.0 0.5.1 0.6.0 0.7.0 0.7.0.2 0.7.0.3 0.7.0.4 0.7.0.5 0.7.0.6 0.7.0.7 0.7.0.8 0.7.0.9 0.7.1 1.0 All 71 releases
← All changes | backend/src/Hooks/Actions/OnEnqueueScripts.php +5 -0 0.7.01.0.2 View file →
@@ -204,8 +204,13 @@
204 204 if ( isset( $_GET['fl_asst_post_preview'] ) ) {
205 205 return false;
206 206 }
207 207
208 + // Don't show in Oxygen.
209 + if ( isset( $_GET['ct_builder'] ) ) {
210 + return false;
211 + }
212 +
208 213 // User is logged in, and the current request is not customizer or an iframe
209 214 $state = UserState::get();
210 215
211 216 // Don't show Assistant in the WP Admin if the user has turned it off.