Uname: Linux webm021.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Software: Apache
PHP version: 5.4.45 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.91.62
Your Ip: 216.73.216.52
User: matthif (139342) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : class-thrive-architect.php
<?php
/**
 * Thrive Architect Theme Builder.
 * This builder overrides page output and we can't enqueue inline dynamic styles using `wp_add_inline_style`
 *
 * @package visual-portfolio
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Class Visual_Portfolio_3rd_Thrive_Architect
 */
class Visual_Portfolio_3rd_Thrive_Architect {
	/**
	 * Visual_Portfolio_3rd_Thrive_Architect constructor.
	 */
	public function __construct() {
		add_action( 'init', array( $this, 'init' ) );
	}

	/**
	 * Init action.
	 */
	public function init() {
		if ( ! function_exists( 'tcb_custom_editable_content' ) ) {
			return;
		}

		add_filter( 'vpf_enqueue_dynamic_styles_inline_style', '__return_false' );
	}
}

new Visual_Portfolio_3rd_Thrive_Architect();
© 2026 XylotrechusZ