_inc/lib/core-api/wpcom-fields/attachment-fields-videopress.php 1 location
|
@@ 166-171 (lines=6) @@
|
163 |
|
} |
164 |
|
} |
165 |
|
|
166 |
|
if ( |
167 |
|
( method_exists( 'Jetpack', 'is_active' ) && Jetpack::is_active() ) || |
168 |
|
( defined( 'IS_WPCOM' ) && IS_WPCOM ) |
169 |
|
) { |
170 |
|
wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Attachment_VideoPress_Field' ); |
171 |
|
} |
172 |
|
|
_inc/lib/core-api/wpcom-fields/class-wpcom-rest-api-v2-attachment-videopress-data.php 1 location
|
@@ 170-175 (lines=6) @@
|
167 |
|
} |
168 |
|
} |
169 |
|
|
170 |
|
if ( |
171 |
|
( method_exists( 'Jetpack', 'is_active' ) && Jetpack::is_active() ) || |
172 |
|
( defined( 'IS_WPCOM' ) && IS_WPCOM ) |
173 |
|
) { |
174 |
|
wpcom_rest_api_v2_load_plugin( 'WPCOM_REST_API_V2_Attachment_VideoPress_Data' ); |
175 |
|
} |
176 |
|
|