📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 21:18:41
📂
/ (Root)
/
home
/
orkouolp
/
web
/
orkofarms.com
/
wp-content
/
plugins
/
flexible-shipping
/
classes
/
views
📍 /home/orkouolp/web/orkofarms.com/wp-content/plugins/flexible-shipping/classes/views
🔄 Refresh
✏️
Editing: contextual-info-script.php
Writable
<?php /** * Display contextual info script. * * @package Contextual Info. * * @var $html_elements_ids string * @var $info_id string * @var $phrases_in string[] * @var $info_html string * @var $phrases_not_in string[] */ ?> <script type="text/javascript"> jQuery( document ).ready( function () { jQuery( "<?php echo esc_attr( $html_elements_ids ); ?>" ).contextualInfo( { 'id': '<?php echo esc_attr( $info_id ); ?>', 'phrases_in': <?php echo json_encode( $phrases_in ); // phpcs:ignore ?>, 'info_html': <?php echo json_encode( $info_html ); // phpcs:ignore ?>, 'phrases_not_in': <?php echo json_encode( $phrases_not_in ); // phpcs:ignore ?>, 'is_limited_width': <?php echo wpdesk_is_plugin_active( 'flexible-shipping-pro/flexible-shipping-pro.php' ) && wpdesk_is_plugin_active( 'flexible-shipping-import-export/flexible-shipping-import-export.php' ) ? 'false' : 'true'; ?> } ); } ); </script>
💾 Save Changes
❌ Cancel