| @@ -111,15 +111,19 @@ | ||
| 111 | 111 | ?> |
| 112 | 112 | <script type="text/template" id="tmpl-elementor-panel-elements-widget-creation-empty-state"> |
| 113 | 113 | <div class="elementor-panel-elements-widget-creation__title"><?php echo esc_html__( 'No widget found for', 'elementor' ); ?> "{{{ searchTerm }}}"</div> |
| 114 | 114 | <div class="elementor-panel-elements-widget-creation__message"><?php echo esc_html__( 'Build a custom widget with Angie by describing what you need.', 'elementor' ); ?></div> |
| 115 | + <?php if ( current_user_can( 'manage_options' ) ) : ?> | |
| 115 | 116 | <button type="button" class="elementor-panel-elements-widget-creation__cta"><?php echo esc_html( $widget_creation_cta_text ); ?></button> |
| 117 | + <?php endif; ?> | |
| 116 | 118 | </script> |
| 117 | 119 | |
| 118 | 120 | <script type="text/template" id="tmpl-elementor-panel-elements-widget-creation-search-footer"> |
| 119 | 121 | <div class="elementor-panel-elements-widget-creation__title"><?php echo esc_html__( "Couldn't find what you're looking for?", 'elementor' ); ?></div> |
| 120 | 122 | <div class="elementor-panel-elements-widget-creation__message"><?php echo esc_html__( 'Build a custom widget with Angie by describing what you need.', 'elementor' ); ?></div> |
| 123 | + <?php if ( current_user_can( 'manage_options' ) ) : ?> | |
| 121 | 124 | <button type="button" class="elementor-panel-elements-widget-creation__cta"><?php echo esc_html( $widget_creation_cta_text ); ?></button> |
| 125 | + <?php endif; ?> | |
| 122 | 126 | </script> |
| 123 | 127 | <?php endif; ?> |
| 124 | 128 | |
| 125 | 129 | <script type="text/template" id="tmpl-elementor-panel-global"> |