| Surface | Identifier | Source |
|---|---|---|
| Shortcode | [awedesk] | classes/frontend/assets.php:60 |
| Shortcode | [almighty_support] | classes/frontend/assets.php:59 |
| Block | alsp/block | classes/frontend/assets.php:44 |
All discovered shortcodes:
| Shortcode | Source |
|---|---|
[almighty_support] | classes/frontend/assets.php:59 |
[alsp_{$shortcode}] | classes/boot/component.php:58 |
[awedesk] | classes/frontend/assets.php:60 |
All discovered blocks:
| Block | Source |
|---|---|
alsp/block | classes/frontend/assets.php:44 |
alsp/{$this->slug} | classes/boot/component.php:132 |
Template files discovered under templates/:
| Template file | | — | | templates/admin/admin_csat_responses.php | | templates/admin/admin_dashboard.php | | templates/admin/admin_departments.php | | templates/admin/admin_departments_item.php | | templates/admin/admin_departments_item_empty.php | | templates/admin/admin_labels.php | | templates/admin/admin_labels_item.php | | templates/admin/admin_mailqueue.php | | templates/admin/admin_mailqueue_item.php | | templates/admin/admin_mailqueue_item_empty.php | | templates/admin/admin_predefined_replies.php | | templates/admin/admin_predefined_replies_item.php | | templates/admin/admin_predefined_replies_item_empty.php | | templates/admin/admin_spam_quarantine.php | | templates/admin/agents.php | | templates/admin/agents_add_departments_item.php | | templates/admin/agents_item.php | | templates/admin/agents_item_edit.php | | templates/admin/agents_item_edit_departments_item.php | | templates/admin/agents_item_empty.php | | templates/admin/config.php | | templates/admin/config_group.php | | templates/admin/config_group_license.php | | templates/admin/config_item_bool.php | | templates/admin/config_item_button.php | | templates/admin/config_item_color.php | | templates/admin/config_item_file.php | | templates/admin/config_item_image.php | | templates/admin/config_item_message.php | | templates/admin/config_item_select.php | | templates/admin/config_item_separator.php | | templates/admin/config_item_text.php | | templates/admin/config_item_textarea.php | | templates/admin/config_logo.php | | templates/admin/license.php | | templates/csat/survey.php | | templates/dialog.php | | templates/general/email-footer.php | | templates/general/email-header.php | | templates/general/email.php | | templates/guest.php | | templates/new_ticket.php | | templates/new_ticket/suggestions.php | | templates/preferences.php | | templates/pro/admin/departments_item_ep.php | | templates/pro/ticket/attachment_item.php | | templates/pro/ticket/message_attachments.php | | templates/pro/ticket/new_ticket_attachments.php | | templates/pro/ticket/reply_attachment_button.php | | templates/pro/ticket/reply_attachments.php | | templates/pro/ticket/sidebar_awecommerce_detail.php | | templates/pro/ticket/sidebar_awecommerce_summary.php | | templates/pro/ticket/sidebar_edd_detail.php | | templates/pro/ticket/sidebar_edd_summary.php | | templates/pro/ticket/sidebar_woo_detail.php | | templates/pro/ticket/sidebar_woo_summary.php | | templates/pro/ticket/ticket_attachments.php | | templates/pro/ticket/ticket_attachments_failed.php | | templates/pro/ticket/watch_options.php | | templates/recently_viewed/_index.php | | templates/recently_viewed/item.php | | templates/recently_viewed/list.php | | templates/root.php | | templates/root_loading.php | | templates/ticket.php | | templates/ticket/agent.php | | templates/ticket/agent_options.php | | templates/ticket/author.php | | templates/ticket/department.php | | templates/ticket/department_options.php | | templates/ticket/label_options_client.php | | templates/ticket/label_options_ticket.php | | templates/ticket/labels_client.php | | templates/ticket/labels_ticket.php | | templates/ticket/message.php | | templates/ticket/message_empty.php | | templates/ticket/messages.php | | templates/ticket/minibar.php | | templates/ticket/no_autoclose_options.php | | templates/ticket/predefined_replies.php | | templates/ticket/predefined_replies_item.php | | templates/ticket/predefined_replies_item_empty.php | | templates/ticket/reply.php | | templates/ticket/secret.php | | templates/ticket/sidebar.php | | templates/ticket/staff_notes.php | | templates/ticket/staff_notes_client.php | | templates/ticket/staff_notes_client_item.php | | templates/ticket/staff_notes_client_item_empty.php | | templates/ticket/staff_notes_ticket.php | | templates/ticket/staff_notes_ticket_item.php | | templates/ticket/staff_notes_ticket_item_empty.php | | templates/ticket/status.php | | templates/ticket/status_options.php | | templates/tickets.php | | templates/tickets/filters.php | | templates/tickets/item.php | | templates/tickets/item_empty.php | | templates/tickets/item_loading.php | | templates/tickets/menu.php | | templates/unsubscribe.php |
// Theme template example.
if (shortcode_exists('awedesk')) {
echo do_shortcode('[awedesk]');
}