بوش گژنپین روا ایندوران
- تضمین بهترین قیمت بازار
- اصالت کالاها از برترین برندها
ناموجود
e packages. * * @since 3.7 Moved to new architecture. * @since 3.3.3 * * @param \WP_Scripts $scripts WP_Scripts instance, passed by reference. */ public function remove_wp_embed_dependency( $scripts ) { if ( ! $this->can_disable_embeds() ) { return; } if ( ! empty( $scripts->registered['wp-edit-post'] ) ) { $scripts->registered['wp-edit-post']->deps = array_diff( $scripts->registered['wp-edit-post']->deps, [ 'wp-embed' ] ); } } /** * Check for embeds enabled. * * @since 3.7 * * @return bool */ private function can_disable_embeds() { return ! rocket_bypass() && (bool) $this->options->get( 'embeds', 0 ); } }
ناموجود
نقد و بررسی وجود ندارد.