PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
3rd-party
/
plugins
/
page-builder
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); if ( function_exists( 'tve_editor_url' ) ) { /** * Forces Thrive Visual Editor’s bot detection to assume a human visitor. * * @since 2.8.11 * @author Remy Perona * * @param boolean|integer $bot_detection 1|0 when crawler has|not been detected, FALSE when user agent string is unavailable * @return integer */ add_filter( 'tve_dash_is_crawler', '__return_zero', PHP_INT_MAX ); }
[+]
..
[-] visual-composer.php
[edit]
[-] beaver-builder.php
[edit]
[-] thrive-visual-editor.php
[edit]