{"id":1738,"date":"2023-11-03T09:58:13","date_gmt":"2023-11-03T09:58:13","guid":{"rendered":"https:\/\/wpshortcode.org\/?p=1738"},"modified":"2023-11-03T09:58:14","modified_gmt":"2023-11-03T09:58:14","slug":"import-eventbrite-events","status":"publish","type":"post","link":"https:\/\/wpshortcode.org\/import-eventbrite-events\/","title":{"rendered":"Import Eventbrite Events Shortcode"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Below, you&#8217;ll find a detailed guide on how to add the <strong>Import Eventbrite Events Shortcode<\/strong> to your WordPress website, including its <strong>parameters<\/strong>, <strong>examples<\/strong>, and <strong>PHP function code<\/strong>. Additionally, we&#8217;ll assist you with common issues that might cause the Import Eventbrite Events Plugin shortcode not to show or not to work correctly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Before starting, here is an overview of the Import Eventbrite Events Plugin and the shortcodes it provides:<\/p>\n\n\n<p>    <div class=\"plugin-info-box\">\n        <div class=\"top-main\">\n            <!-- SVG Image -->\n            <div class=\"plugin-image\">\n                <img decoding=\"async\" src=\"https:\/\/ps.w.org\/import-eventbrite-events\/assets\/icon-128x128.png?rev=2542744\" alt=\"Plugin Icon\" \/>\n            <\/div>\n            \n            <div class=\"plugin-descriptive-part\">\n                <!-- Plugin Name with Link -->\n\n                    <a class=\"plugin-title\" href=\"https:\/\/wordpress.org\/plugins\/import-eventbrite-events\" target=\"_blank\" rel=\"noopener\">\n                        Import Eventbrite Events                    <\/a>\n\n\n                <!-- Plugin Description -->\n                <p class=\"plugin-description\">\n                    &quot;Import Eventbrite Events is a powerful WordPress plugin that allows users to seamlessly import and manage their Eventbrite events directly from their WordPress dashboard.&quot;                <\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Rating and Additional Info -->\n        <div class=\"plugin-meta\">\n            <span class=\"plugin-rating\">\n                <span class='stars'>\u2605\u2605\u2605\u2605\u2606<\/span> (44)\n            <\/span>\n            <span class=\"plugin-active-installs\">\n                <strong>Active Installs<\/strong>: 5000+\n            <\/span>\n            <span class=\"plugin-tested\">\n                <strong>Tested with<\/strong>: 6.3.2            <\/span>\n            <span class=\"plugin-php-version\">\n                <strong>PHP Version<\/strong>: 5.3            <\/span>\n        <\/div>\n\n        <!-- List of Included Shortcodes -->\n        <div class=\"plugin-shortcodes\">\n            <strong>Included Shortcodes:<\/strong>\n            <ul>\n                <li>[eventbrite_events]<\/li>            <\/ul>\n        <\/div>\n    <\/div>\n    <\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Import Eventbrite Events [eventbrite_events] Shortcode<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The Import Eventbrite Events plugin shortcode allows you to display a list of Eventbrite events on your WordPress site. It provides options to customize the layout, number of columns, posts per page, category, and more.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode<\/strong>: <code>[eventbrite_events]<\/code><\/p>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Parameters<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a list of all possible eventbrite_events shortcode parameters and attributes:<\/p>\n\n\n<ul>\n<li><code>layout<\/code> &#8211; defines the layout style of the events<\/li>\n<li><code>col<\/code> &#8211; sets the number of columns in the events layout<\/li>\n<li><code>posts_per_page<\/code> &#8211; determines the number of events displayed per page<\/li>\n<li><code>category<\/code> &#8211; filters events based on specified categories<\/li>\n<li><code>past_events<\/code> &#8211; if set to &#8216;yes&#8217;, displays past events<\/li>\n<li><code>order<\/code> &#8211; sets the order of events, either ascending or descending<\/li>\n<li><code>orderby<\/code> &#8211; sets the parameter by which events are ordered<\/li>\n<li><code>start_date<\/code> &#8211; filters events that start after the specified date<\/li>\n<li><code>end_date<\/code> &#8211; filters events that end before the specified date<\/li>\n<\/ul>\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Examples and Usage<\/h3>\n\n\n<p><strong>Basic example<\/strong> &#8211; Display Eventbrite events using default settings.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[eventbrite_events]<\/code><\/pre>\n\n\n<p><strong>Advanced examples<\/strong><\/p>\n<p>Display Eventbrite events with a specific layout and column count. This example also sets the number of posts per page and specifies the categories of events to display.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[eventbrite_events layout=\"style2\" col='2' posts_per_page='12' category=\"cat1,cat2\"]<\/code><\/pre>\n\n\n<p>Display past Eventbrite events ordered in descending order. This example also sets the start and end date for the events to display.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[eventbrite_events past_events=\"yes\" order=\"desc\" start_date=\"2022-01-01\" end_date=\"2022-12-31\"]<\/code><\/pre>\n\n\n<p>Display Eventbrite events from a specific category, ordered by the event start date in ascending order.<\/p>\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">[eventbrite_events category=\"cat1\" orderby=\"event_start_date\" order=\"asc\"]<\/code><\/pre>\n\n\n\n<div style=\"height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">PHP Function Code<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">In case you have difficulties debugging what causing issues with <code>[eventbrite_events]<\/code> shortcode, check below the related PHP functions code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode line<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">add_shortcode( 'eventbrite_events', array( $this, 'eventbrite_events_archive' ) );<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Shortcode PHP function<\/strong>:<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\nfunction eventbrite_events_archive( $atts = array() ) {\n\t\t\/\/ &#91;eventbrite_events layout=&quot;style2&quot; col=&#039;2&#039; posts_per_page=&#039;12&#039; category=&quot;cat1,cat2&quot; past_events=&quot;yes&quot; order=&quot;desc&quot; orderby=&quot;&quot; start_date=&quot;&quot; end_date=&quot;&quot; ]\n\t\t$current_date = current_time( &#039;timestamp&#039; );\n\t\t$paged        = ( get_query_var( &#039;paged&#039; ) ? get_query_var( &#039;paged&#039; ) : 1 );\n\t\tif ( is_front_page() ) {\n\t\t\t$paged = ( get_query_var( &#039;page&#039; ) ? get_query_var( &#039;page&#039; ) : 1 );\n\t\t}\n\t\t$eve_args = array(\n\t\t\t&#039;post_type&#039;   =&gt; &#039;eventbrite_events&#039;,\n\t\t\t&#039;post_status&#039; =&gt; &#039;publish&#039;,\n\t\t\t&#039;meta_key&#039;    =&gt; &#039;start_ts&#039;,\n\t\t\t&#039;paged&#039;       =&gt; $paged,\n\t\t);\n\n\t\t\/\/ posts per page\n\t\tif ( isset( $atts&#91;&#039;posts_per_page&#039;] ) &amp;&amp; $atts&#91;&#039;posts_per_page&#039;] != &#039;&#039; &amp;&amp; is_numeric( $atts&#91;&#039;posts_per_page&#039;] ) ) {\n\t\t\t$eve_args&#91;&#039;posts_per_page&#039;] = $atts&#91;&#039;posts_per_page&#039;];\n\t\t}\n\n\t\t\/\/ Past Events\n\t\tif ( ( isset( $atts&#91;&#039;start_date&#039;] ) &amp;&amp; $atts&#91;&#039;start_date&#039;] != &#039;&#039; ) || ( isset( $atts&#91;&#039;end_date&#039;] ) &amp;&amp; $atts&#91;&#039;end_date&#039;] != &#039;&#039; ) ) {\n\t\t\t$start_date_str = $end_date_str = &#039;&#039;;\n\t\t\tif ( isset( $atts&#91;&#039;start_date&#039;] ) &amp;&amp; $atts&#91;&#039;start_date&#039;] != &#039;&#039; ) {\n\t\t\t\ttry {\n\t\t\t\t\t$start_date_str = strtotime( sanitize_text_field( $atts&#91;&#039;start_date&#039;] ) );\n\t\t\t\t} catch ( Exception $e ) {\n\t\t\t\t\t$start_date_str = &#039;&#039;;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif ( isset( $atts&#91;&#039;end_date&#039;] ) &amp;&amp; $atts&#91;&#039;end_date&#039;] != &#039;&#039; ) {\n\t\t\t\ttry {\n\t\t\t\t\t$end_date_str = strtotime( sanitize_text_field( $atts&#91;&#039;end_date&#039;] ) );\n\t\t\t\t} catch ( Exception $e ) {\n\t\t\t\t\t$end_date_str = &#039;&#039;;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif ( $start_date_str != &#039;&#039; &amp;&amp; $end_date_str != &#039;&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;meta_query&#039;] = array(\n\t\t\t\t\t&#039;relation&#039; =&gt; &#039;AND&#039;,\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;end_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $start_date_str,\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;start_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&lt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $end_date_str,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t} elseif ( $start_date_str != &#039;&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;meta_query&#039;] = array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;end_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $start_date_str,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t} elseif ( $end_date_str != &#039;&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;meta_query&#039;] = array(\n\t\t\t\t\t&#039;relation&#039; =&gt; &#039;AND&#039;,\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;end_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; strtotime( date( &#039;Y-m-d&#039; ) ),\n\t\t\t\t\t),\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;start_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&lt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $end_date_str,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t}\n\t\t} else {\n\t\t\tif( isset( $atts&#91;&#039;past_events&#039;] ) &amp;&amp; $atts&#91;&#039;past_events&#039;] === true ){\n\t\t\t\t$atts&#91;&#039;past_events&#039;] = &quot;yes&quot;;\n\t\t\t}\n\t\t\tif ( isset( $atts&#91;&#039;past_events&#039;] ) &amp;&amp; $atts&#91;&#039;past_events&#039;] == &#039;yes&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;meta_query&#039;] = array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;end_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&lt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $current_date,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t} else {\n\t\t\t\t$eve_args&#91;&#039;meta_query&#039;] = array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;key&#039;     =&gt; &#039;end_ts&#039;,\n\t\t\t\t\t\t&#039;compare&#039; =&gt; &#039;&gt;=&#039;,\n\t\t\t\t\t\t&#039;value&#039;   =&gt; $current_date,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\t\/\/ Category\n\t\tif ( isset( $atts&#91;&#039;category&#039;] ) &amp;&amp; $atts&#91;&#039;category&#039;] != &#039;&#039; ) {\n\t\t\t$categories = explode( &#039;,&#039;, $atts&#91;&#039;category&#039;] );\n\t\t\t$tax_field  = &#039;slug&#039;;\n\t\t\tif ( is_numeric( implode( &#039;&#039;, $categories ) ) ) {\n\t\t\t\t$tax_field = &#039;term_id&#039;;\n\t\t\t}\n\t\t\tif ( ! empty( $categories ) ) {\n\t\t\t\t$eve_args&#91;&#039;tax_query&#039;] = array(\n\t\t\t\t\tarray(\n\t\t\t\t\t\t&#039;taxonomy&#039; =&gt; $this-&gt;event_category,\n\t\t\t\t\t\t&#039;field&#039;    =&gt; $tax_field,\n\t\t\t\t\t\t&#039;terms&#039;    =&gt; $categories,\n\t\t\t\t\t),\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\t\/\/ Order by\n\t\tif ( isset( $atts&#91;&#039;orderby&#039;] ) &amp;&amp; $atts&#91;&#039;orderby&#039;] != &#039;&#039; ) {\n\t\t\tif ( $atts&#91;&#039;orderby&#039;] == &#039;event_start_date&#039; || $atts&#91;&#039;orderby&#039;] == &#039;event_end_date&#039; ) {\n\t\t\t\tif ( $atts&#91;&#039;orderby&#039;] == &#039;event_end_date&#039; ) {\n\t\t\t\t\t$eve_args&#91;&#039;meta_key&#039;] = &#039;end_ts&#039;;\n\t\t\t\t}\n\t\t\t\t$eve_args&#91;&#039;orderby&#039;] = &#039;meta_value&#039;;\n\t\t\t} else {\n\t\t\t\t$eve_args&#91;&#039;orderby&#039;] = sanitize_text_field( $atts&#91;&#039;orderby&#039;] );\n\t\t\t}\n\t\t} else {\n\t\t\t$eve_args&#91;&#039;orderby&#039;] = &#039;meta_value&#039;;\n\t\t}\n\n\t\t\/\/ Order\n\t\tif ( isset( $atts&#91;&#039;order&#039;] ) &amp;&amp; $atts&#91;&#039;order&#039;] != &#039;&#039; ) {\n\t\t\tif ( strtoupper( $atts&#91;&#039;order&#039;] ) == &#039;DESC&#039; || strtoupper( $atts&#91;&#039;order&#039;] ) == &#039;ASC&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;order&#039;] = sanitize_text_field( $atts&#91;&#039;order&#039;] );\n\t\t\t}\n\t\t} else {\n\t\t\tif( isset( $atts&#91;&#039;past_events&#039;] ) &amp;&amp; $atts&#91;&#039;past_events&#039;] === true ){\n\t\t\t\t$atts&#91;&#039;past_events&#039;] = &quot;yes&quot;;\n\t\t\t}\n\t\t\tif ( isset( $atts&#91;&#039;past_events&#039;] ) &amp;&amp; $atts&#91;&#039;past_events&#039;] == &#039;yes&#039; &amp;&amp; $eve_args&#91;&#039;orderby&#039;] == &#039;meta_value&#039; ) {\n\t\t\t\t$eve_args&#91;&#039;order&#039;] = &#039;DESC&#039;;\n\t\t\t} else {\n\t\t\t\t$eve_args&#91;&#039;order&#039;] = &#039;ASC&#039;;\n\t\t\t}\n\t\t}\n\n\t\t$col       = 2;\n\t\t$css_class = &#039;col-iee-md-6&#039;;\n\t\tif ( isset( $atts&#91;&#039;col&#039;] ) &amp;&amp; $atts&#91;&#039;col&#039;] != &#039;&#039; &amp;&amp; is_numeric( $atts&#91;&#039;col&#039;] ) ) {\n\t\t\t$col = $atts&#91;&#039;col&#039;];\n\t\t\tswitch ( $col ) {\n\t\t\t\tcase &#039;1&#039;:\n\t\t\t\t\t$css_class = &#039;col-iee-md-12&#039;;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase &#039;2&#039;:\n\t\t\t\t\t$css_class = &#039;col-iee-md-6&#039;;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase &#039;3&#039;:\n\t\t\t\t\t$css_class = &#039;col-iee-md-4&#039;;\n\t\t\t\t\tbreak;\n\n\t\t\t\tcase &#039;4&#039;:\n\t\t\t\t\t$css_class = &#039;col-iee-md-3&#039;;\n\t\t\t\t\tbreak;\n\n\t\t\t\tdefault:\n\t\t\t\t\t$css_class = &#039;col-iee-md-4&#039;;\n\t\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\t$eventbrite_events = new WP_Query( $eve_args );\n\n\t\t$wp_list_events = &#039;&#039;;\n\t\t\/* Start the Loop *\/\n\t\tif ( is_front_page() ) {\n\t\t\t$curr_paged = $paged;\n\t\t\tglobal $paged;\n\t\t\t$temp_paged = $paged;\n\t\t\t$paged      = $curr_paged;\n\t\t}\n\t\t$iee_options = get_option( IEE_OPTIONS );\n\t\t$accent_color = isset( $iee_options&#91;&#039;accent_color&#039;] ) ? $iee_options&#91;&#039;accent_color&#039;] : &#039;#039ED7&#039;;\n\t\t$direct_link = isset( $iee_options&#91;&#039;direct_link&#039;] ) ? $iee_options&#91;&#039;direct_link&#039;] : &#039;no&#039;;\n\t\tif ( ! iee_is_pro() ) {\n\t\t\t$direct_link = &#039;no&#039;;\n\t\t}\n\t\tob_start();\n\t\t?&gt;\n\t\t&lt;div class=&quot;iee_archive row_grid&quot;&gt;\n\t\t\t&lt;?php\n\t\t\t$template_args              = array();\n\t\t\t$template_args&#91;&#039;css_class&#039;] = $css_class;\n\t\t\t$template_args&#91;&#039;direct_link&#039;] = $direct_link;\n\n\t\t\tif ( $eventbrite_events-&gt;have_posts() ) :\n\t\t\t\twhile ( $eventbrite_events-&gt;have_posts() ) :\n\t\t\t\t\t$eventbrite_events-&gt;the_post();\n\n\t\t\t\t\tif( isset( $atts&#91;&#039;layout&#039;] ) &amp;&amp; $atts&#91;&#039;layout&#039;] == &#039;style2&#039; &amp;&amp; iee_is_pro() ){\n\t\t\t\t\t\tget_iee_template( &#039;iee-archive-content2.php&#039;, $template_args );\n\t\t\t\t\t}else{\n\t\t\t\t\t\tget_iee_template( &#039;iee-archive-content.php&#039;, $template_args );\n\t\t\t\t\t}\n\n\t\t\t\tendwhile; \/\/ End of the loop.\n\n\t\t\t\tif ( $eventbrite_events-&gt;max_num_pages &gt; 1 ) : \/\/ custom pagination\n\t\t\t\t?&gt;\n\t\t\t\t\t&lt;div class=&quot;col-iee-md-12&quot;&gt;\n\t\t\t\t\t\t&lt;nav class=&quot;prev-next-posts&quot;&gt;\n\t\t\t\t\t\t\t&lt;div class=&quot;prev-posts-link alignright&quot;&gt;\n\t\t\t\t\t\t\t\t&lt;?php echo get_next_posts_link( &#039;Next Events &amp;raquo;&#039;, $eventbrite_events-&gt;max_num_pages ); ?&gt;\n\t\t\t\t\t\t\t&lt;\/div&gt;\n\t\t\t\t\t\t\t&lt;div class=&quot;next-posts-link alignleft&quot;&gt;\n\t\t\t\t\t\t\t\t&lt;?php echo get_previous_posts_link( &#039;&amp;laquo; Previous Events&#039; ); ?&gt;\n\t\t\t\t\t\t\t&lt;\/div&gt;\n\t\t\t\t\t\t&lt;\/nav&gt;\n\t\t\t\t\t&lt;\/div&gt;\n\t\t\t\t&lt;?php\n\t\t\t\tendif;\n\t\t\telse :\n\t\t\t\techo apply_filters( &#039;iee_no_events_found_message&#039;, esc_html__( &#039;There are no upcoming Events at this time.&#039;, &#039;import-eventbrite-events&#039; ) );\n\t\t\tendif;\n\t\t\t?&gt;\n\t\t&lt;\/div&gt;\n\t\t&lt;style type=&quot;text\/css&quot;&gt;\n\t\t\t.iee_archive .iee_event .event_date{\n\t\t\t    background-color: &lt;?php echo esc_attr( $accent_color ); ?&gt;;\n\t\t\t}\n\t\t\t.iee_archive .iee_event .event_desc .event_title{\n\t\t\t    color: &lt;?php echo esc_attr( $accent_color ); ?&gt;;\n\t\t\t}\n\t\t&lt;\/style&gt;\n\t\t&lt;?php\n\t\tdo_action( &#039;iee_after_event_list&#039;, $eventbrite_events );\n\t\t$wp_list_events = ob_get_contents();\n\t\tob_end_clean();\n\t\twp_reset_postdata();\n\t\tif ( is_front_page() ) {\n\t\t\tglobal $paged;\n\t\t\t$paged = $temp_paged;\n\t\t}\n\t\treturn $wp_list_events;\n\t}\n<\/pre><\/div>\n\n\n<p class=\"wp-block-paragraph\"><strong>Code file location<\/strong>:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"php\" class=\"language-php\">import-eventbrite-events\/import-eventbrite-events\/includes\/class-import-eventbrite-events-cpt.php<\/code><\/pre>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now that you&#8217;ve learned how to embed the <strong>Import Eventbrite Events Plugin shortcode<\/strong>, understood the parameters, and seen code examples, it&#8217;s easy to use and debug any issue that might cause it to &#8216;not work&#8217;. If you still have difficulties with it, don&#8217;t hesitate to leave a comment below.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Below, you&#8217;ll find a detailed guide on how to add the Import Eventbrite Events Shortcode to your WordPress website, including its parameters, examples, and PHP function code. Additionally, we&#8217;ll assist you with common issues that might cause the Import Eventbrite Events Plugin shortcode not to show or not to work correctly. Before starting, here is [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"name":"Import Eventbrite Events","slug":"","version":"1.7.0","author":"<a href=\"https:\/\/xylusthemes.com\">Xylus Themes<\/a>","icons":"https:\/\/ps.w.org\/import-eventbrite-events\/assets\/icon-128x128.png?rev=2542744","plugin_tags":"{\"api\":\"api\",\"calendar\":\"calendar\",\"eventbrite\":\"eventbrite\",\"eventbrite-events\":\"eventbrite events\",\"events\":\"events\"}","author_profile":"https:\/\/profiles.wordpress.org\/xylus\/","requires":"4.0","tested":"6.3.2","requires_php":"5.3","rating":92,"num_ratings":44,"active_installs":5000,"downloaded":123670,"last_updated":"2023-07-26 10:02am GMT","added":"2016-10-15","homepage":"http:\/\/xylusthemes.com\/plugins\/import-eventbrite-events\/","short_description":"Import Eventbrite Events into WordPress website and\/or Event Calendar. Nice Display with shortcode &amp; Event widget.","description":"\"Import Eventbrite Events is a powerful WordPress plugin that allows users to seamlessly import and manage their Eventbrite events directly from their WordPress dashboard.\"","shortcodes":"[\"eventbrite_events\"]","footnotes":""},"categories":[1],"tags":[],"class_list":["post-1738","post","type-post","status-publish","format-standard","hentry","category-plugins"],"_links":{"self":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/comments?post=1738"}],"version-history":[{"count":1,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1738\/revisions"}],"predecessor-version":[{"id":1883,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/posts\/1738\/revisions\/1883"}],"wp:attachment":[{"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/media?parent=1738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/categories?post=1738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpshortcode.org\/wp-json\/wp\/v2\/tags?post=1738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}