-
WIBUHAX0R1337
-
/
home
/
cideo
/
www
/
wp-contentVIp
/
plugins
/
js_composer
/
include
/
autoload
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
params
--
NONE
vc-pages
--
NONE
vendors
--
NONE
bc-access-rules-4.8.php
5.4KB
Edit File
Delete File
Rename
class-vc-settings-presets.php
7.307KB
Edit File
Delete File
Rename
class-vc-vendor-presets.php
2.41KB
Edit File
Delete File
Rename
frontend-editor-ie.php
0.13KB
Edit File
Delete File
Rename
hook-vc-grid.php
9.058KB
Edit File
Delete File
Rename
hook-vc-iconpicker-param.php
3.941KB
Edit File
Delete File
Rename
hook-vc-message.php
0.354KB
Edit File
Delete File
Rename
hook-vc-pie.php
0.332KB
Edit File
Delete File
Rename
hook-vc-progress-bar.php
0.372KB
Edit File
Delete File
Rename
hook-vc-wp-text.php
0.353KB
Edit File
Delete File
Rename
params-to-init.php
1.326KB
Edit File
Delete File
Rename
post-type-default-template.php
5.529KB
Edit File
Delete File
Rename
ui-vc-pointers.php
3.016KB
Edit File
Delete File
Rename
vc-image-filters.php
8.905KB
Edit File
Delete File
Rename
vc-pointers-backend-editor.php
2.881KB
Edit File
Delete File
Rename
vc-pointers-frontend-editor.php
2.566KB
Edit File
Delete File
Rename
vc-settings-presets.php
6.085KB
Edit File
Delete File
Rename
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Add WP ui pointers to backend editor. */ function vc_frontend_editor_pointer() { vc_is_frontend_editor() && add_filter( 'vc-ui-pointers', 'vc_frontend_editor_register_pointer' ); } add_action( 'admin_init', 'vc_frontend_editor_pointer' ); function vc_frontend_editor_register_pointer( $pointers ) { global $post; if ( is_object( $post ) && ! strlen( $post->post_content ) ) { $pointers['vc_pointers_frontend_editor'] = array( 'name' => 'vcPointerController', 'messages' => array( array( 'target' => '#vc_add-new-element', 'options' => array( 'content' => sprintf( '<h3> %s </h3> <p> %s </p>', __( 'Add Elements', 'js_composer' ), __( 'Add new element or start with a template.', 'js_composer' ) ), 'position' => array( 'edge' => 'top', 'align' => 'left', ), 'buttonsEvent' => 'vcPointersEditorsTourEvents', ), 'closeEvent' => 'shortcodes:add', ), array( 'target' => '.vc_controls-out-tl:first', 'options' => array( 'content' => sprintf( '<h3> %s </h3> <p> %s </p>', __( 'Rows and Columns', 'js_composer' ), __( 'This is a row container. Divide it into columns and style it. You can add elements into columns.', 'js_composer' ) ), 'position' => array( 'edge' => 'left', 'align' => 'center', ), 'buttonsEvent' => 'vcPointersEditorsTourEvents', ), 'closeCallback' => 'vcPointersCloseInIFrame', 'showCallback' => 'vcPointersSetInIFrame', ), array( 'target' => '.vc_controls-cc:first', 'options' => array( 'content' => sprintf( '<h3> %s </h3> <p> %s <br/><br/> %s</p>', __( 'Control Elements', 'js_composer' ), __( 'You can edit your element at any time and drag it around your layout.', 'js_composer' ), sprintf( __( 'P.S. Learn more at our <a href="%s" target="_blank">Knowledge Base</a>.', 'js_composer' ), 'http://kb.wpbakery.com' ) ), 'position' => array( 'edge' => 'left', 'align' => 'center', ), 'buttonsEvent' => 'vcPointersEditorsTourEvents', ), 'closeCallback' => 'vcPointersCloseInIFrame', 'showCallback' => 'vcPointersSetInIFrame', ), ), ); } return $pointers; } // @todo check is this correct place (editable page) function vc_page_editable_enqueue_pointer_scripts() { if ( vc_is_page_editable() ) { wp_enqueue_style( 'wp-pointer' ); wp_enqueue_script( 'wp-pointer' ); } } add_action( 'wp_enqueue_scripts', 'vc_page_editable_enqueue_pointer_scripts' );
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat