is_extension_active_frontend( 'swarmify' ) ) { echo '' . esc_html__( 'enabled', 'w3-total-cache' ) . '.'; } else { echo '' . esc_html__( 'disabled', 'w3-total-cache' ) . '.'; } ?>

array( 'swarmify', 'api_key' ), 'label' => esc_html__( 'API Key:', 'w3-total-cache' ), 'control' => 'textbox', 'control_after' => Util_Ui::button_link( 'Obtain one', $swarmify_signup_url ), 'description' => esc_html__( 'Swarmify API Key required in order to start optimizing your videos experience', 'w3-total-cache' ), ) ); ?>
array( 'swarmify', 'handle.htmlvideo' ), 'label' => esc_html__( '<video>:', 'w3-total-cache' ), 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Optimize <video> HTML tags', 'w3-total-cache' ), 'description' => esc_html__( 'Optimize videos delivered using <video> HTML tag.', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'swarmify', 'handle.jwplayer' ), 'label' => esc_html__( 'JWPlayer:', 'w3-total-cache' ), 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Optimize JWPlayer', 'w3-total-cache' ), 'description' => esc_html__( 'Optimize videos delivered using JWPlayer script.', 'w3-total-cache' ), ) ); Util_Ui::config_item( array( 'key' => array( 'swarmify', 'reject.logged' ), 'label' => esc_html__( 'Logged In:', 'w3-total-cache' ), 'control' => 'checkbox', 'checkbox_label' => esc_html__( 'Don\'t optimize videos for logged in users', 'w3-total-cache' ), 'description' => esc_html__( 'Only unauthenticated users will view optimized version of a given page.', 'w3-total-cache' ), ) ); ?>