You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Micemade_Shared_Controls is class in "includes/class-micemade-shared-controls.php", and it is loaded in the main class file (in "includes/class-micemade-elements.php" dir).
In the class-micemade-elements.php, in class Micemade_Elements, there is a requires() method to load all necessary classes and that's where the Micemade_Shared_Controls loads.
In the same Micemade_Elements class, there is a shared_controls() method, which uses Elementor's PHP hooks to place shared controls, depending on widget (or element), and used by that widgets.
this file -> class-micemade-posts-grid.php call function -> Micemade_Shared_Controls
I looked in the file class-micemade-posts-grid.php no run Any Micemade_Shared_Controls function
How it works ?
The text was updated successfully, but these errors were encountered: