| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/plugins/js_composer/include/classes/shortcodes/ |
Upload File : |
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
/**
* WPBakery Visual Composer shortcodes
*
* @package WPBakeryVisualComposer
*
*/
class WPBakeryShortCode_VC_Wp_Search extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Meta extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Recentcomments extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Calendar extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Pages extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Tagcloud extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Custommenu extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Text extends WPBakeryShortCode {
/**
* This actually fixes #1537 by converting 'text' to 'content'
* @since 4.4
*
* @param $atts
*
* @return mixed
*/
public static function convertTextAttributeToContent( $atts ) {
if ( isset( $atts['text'] ) ) {
if ( ! isset( $atts['content'] ) || empty( $atts['content'] ) ) {
$atts['content'] = $atts['text'];
}
}
return $atts;
}
}
class WPBakeryShortCode_VC_Wp_Posts extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Links extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Categories extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Archives extends WPBakeryShortCode {
}
class WPBakeryShortCode_VC_Wp_Rss extends WPBakeryShortCode {
}