File ManagerCurrent Directory: wp-content/plugins/profile-builder/assets/misc/divi/includes/modules/content-restriction-endLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: content-restriction-end.php <?php class WPPB_Content_Restriction_End extends ET_Builder_Module { public $slug = 'wppb_content_restriction_end'; public $vb_support = 'on'; protected $module_credits = array( 'module_uri' => 'https://wordpress.org/plugins/profile-builder/', 'author' => 'Cozmoslabs', 'author_uri' => 'https://www.cozmoslabs.com/', ); public function init() { $this->name = esc_html__( 'PB Content Restriction End', 'profile-builder' ); $this->advanced_fields = array( 'link_options' => false, 'background' => false, 'admin_label' => false, ); } public function render( $attrs, $content, $render_slug ) { return; } } global $content_restriction_activated; global $wp_version; if ( isset( $content_restriction_activated ) && $content_restriction_activated == 'yes' && version_compare( $wp_version, "5.0.0", ">=" ) ) { new WPPB_Content_Restriction_End; } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dircontent-restriction-end.jsxFile4.39 KB Rename | Delete | Editcontent-restriction-end.phpFile951.00 B Rename | Delete | Editstyle.cssFile4.59 KB Rename | Delete | Edit