This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'elementor/widgets/widgets_registered', 'deregister_widgets', 10000 ); | |
/** | |
* Deregister widgets. | |
* | |
* @since 1.0.0 | |
* | |
* @param Widgets_Manager $widgets_manager Widget manager. | |
*/ | |
function deregister_widgets( Widgets_Manager $widgets_manager ): void { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Make the Elementor as default editor. | |
* | |
* @since 1.0.0 | |
* @author wppunk | |
* @link https://github.com/wppunk/ | |
*/ | |
namespace wppunk\Elementor; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Autoload classes, interfaces and traits for your namespaces. | |
* | |
* @package Autoload | |
*/ | |
/** | |
* Class Autoload | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* List all CF7 forms | |
* | |
* @package CF7_List | |
* @author Maksym Denysenko | |
* @link https://github.com/mdenisenko/ | |
* @copyright Copyright © 2019 | |
* @license GPL-2.0+ | |
* @wordpress-theme |