PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
paid-memberships-pro
/
includes
/
compatibility
<?php /** * Compatibility for Avada Theme. */ // Unhook the_content changes for Avada. function pmpro_remove_content_changes_avada() { remove_filter( 'the_content', 'pmpro_membership_content_filter', 5 ); } add_action( 'awb_remove_third_party_the_content_changes', 'pmpro_remove_content_changes_avada', 5 ); // Add the_content restriction back for Avada. function pmpro_readd_content_changes_avada() { add_filter( 'the_content', 'pmpro_membership_content_filter', 5 ); } add_action( 'awb_readd_third_party_the_content_changes', 'pmpro_readd_content_changes_avada', 99 );
[-] woocommerce.php
[edit]
[+]
..
[-] bluehost-wordpress-plugin.php
[edit]
[-] siteorigin.php
[edit]
[-] wp-engine.php
[edit]
[-] elementor.php
[edit]
[-] jetpack.php
[edit]
[-] lifterlms.php
[edit]
[-] avada.php
[edit]
[-] oxygen-builder.php
[edit]
[-] theme-my-login.php
[edit]
[+]
elementor
[-] divi.php
[edit]
[-] buddypress.php
[edit]
[-] beaver-builder.php
[edit]