| Server IP : 68.178.247.200 / Your IP : 216.73.216.238 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/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 {
}