77JL,Pasig day Proclamation.REGISTER NOW GET FREE 888 PESOS REWARDS! https://www.ads-software.com/support/plugin/post-snippets/feed Fri, 22 Nov 2024 12:46:55 +0000 https://bbpress.org/?v=2.7.0-alpha-2 en-US https://www.ads-software.com/support/topic/adding-to-snippets/ <![CDATA[Adding br to Snippets]]> https://www.ads-software.com/support/topic/adding-to-snippets/ Mon, 04 Nov 2024 12:06:22 +0000 Henry Replies: 0

I have several snippets that have an h4 title and then a link underneath. When adding the snippet, it’s adding a <br> between the title and link that’s not in the original code.

  • This topic was modified 2 weeks, 4 days ago by Henry.
]]>
https://www.ads-software.com/support/topic/provide-a-way-to-show-content-column-in-admin/ <![CDATA[Provide a way to show Content column in Admin]]> https://www.ads-software.com/support/topic/provide-a-way-to-show-content-column-in-admin/ Wed, 16 Oct 2024 17:52:14 +0000 RichTWebGuy Replies: 2

I realize in some cases the snippet content could be very long, but I think a column, on the PS admin page, which shows the snippet content is very useful.

Its rather easy and processing it as shown below, in function column_default, keeps it under control

$content = nl2br2 (htmlspecialchars ($item[ $column_name]));
$content = mb_strimwidth($content, 0, 200, " ...");

My nl2br2 is just

str_replace (array ("\r\n", "\r", "\n"), "[BR]", $string);
]]>
https://www.ads-software.com/support/topic/using-a-variable-in-javascript-snippet/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Using a variable in javascript snippet?]]> https://www.ads-software.com/support/topic/using-a-variable-in-javascript-snippet/ Fri, 16 Aug 2024 11:28:09 +0000 kindred Replies: 3

So, I am using a post-snippet with javascript to generate the shopify purchase buttons.

I wanted to create a single snippet and pass the BookID into it by variable (that way, I only have to change the homepage shortcode and it would pull the correct book)
However, if I try to pass the bookid like so

<div id='product-component-{bookid}'></div>

and then in the javascript section

    ShopifyBuy.UI.onReady(client).then(function (ui) {
ui.createComponent('product', {
id: '{bookid}',
node: document.getElementById('product-component-{bookid}'),
...

and the shortcode

[preorderbook 1234567890]

I get nothing… the variable is never passed….

]]>
https://www.ads-software.com/support/topic/migrate-snippets-from-3-17-to-4/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Migrate snippets from 3.17 to 4?]]> https://www.ads-software.com/support/topic/migrate-snippets-from-3-17-to-4/ Sat, 08 Jun 2024 05:45:04 +0000 tangoDune Replies: 2

Is there a process to migrate snippets from v3 to v4? I have over 100+ that work fine on v3.1.7 but they vanish after upgrading to v4.0.5.

Exporting from v3 and importing after updating to v4 unfortunately did not import anything.

]]>
https://www.ads-software.com/support/topic/shortcodes-not-rendering-in-synced-pattern/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Shortcodes not rendering in synced pattern]]> https://www.ads-software.com/support/topic/shortcodes-not-rendering-in-synced-pattern/ Tue, 14 May 2024 20:37:18 +0000 pracko Replies: 4

I’m having a problem with Post Snippets shortcodes not rendering in a synced pattern that been inserted on a page via the page template of the Frost FSE theme. The shortcodes do render just fine in the content area as well as in the header, but not in my particular synced pattern. You can see this issue on the page via the link I’ve provided. Thanks for any help you can provide.

  • This topic was modified 6 months, 1 week ago by pracko. Reason: reference theme being used
]]>
https://www.ads-software.com/support/topic/shortcode-links-in-site-footer/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Shortcode links in site footer]]> https://www.ads-software.com/support/topic/shortcode-links-in-site-footer/ Thu, 18 Apr 2024 23:26:46 +0000 pracko Replies: 2

I’m creating separate shortcode snippets for links to my social media profile icons (external links). Each URL in the snippet editor field is formatted as follows: https://example.com and the shortcode is formatted as follows [example]. The shortcode is then added manually to button URL fields across the site. These work as expected inside the content areas, however, when used in the site footer area, these shortcodes’ links are prepended with the URL of the current page and the shortcode isn’t being executed, so links on these buttons look as follows:

https://mydomain.com/current-page/[example]

It appears that WordPress is prepending my shortcodes in the site footer with the current page’s URL and preventing the shortcode from executing.

Is there a function I can add that will prevent this?

  • This topic was modified 7 months, 1 week ago by pracko. Reason: add tags
]]>
https://www.ads-software.com/support/topic/empty-space-crashes-sitemap/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Empty Space Crashes Sitemap]]> https://www.ads-software.com/support/topic/empty-space-crashes-sitemap/ Fri, 15 Mar 2024 20:40:31 +0000 chubchub87 Replies: 2

For the love of saving everybody’s time just check your code before going live with new updates.

Empty space in /src/PostSnippets/Elementor_blocks/reg_ps_elementor_src_block.php before <?php kills your sitemap with XML Parsing Error.

The whole plugin needs some cleanup with all these empty spaces, especially at the end of files. Takes max an hour to clean it up and get some halfway organized code.

]]>
https://www.ads-software.com/support/topic/unable-to-import-snippets/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Unable to import snippets]]> https://www.ads-software.com/support/topic/unable-to-import-snippets/ Tue, 06 Feb 2024 21:23:51 +0000 cnyrpdbwebmaster Replies: 4

This plugin is beautiful. But, I was unable to import snippets to another site in my network. I received this error: Snippets could not be imported: Sorry, you are not allowed to upload this file type.

Thanks for your help.

]]>
https://www.ads-software.com/support/topic/broken-after-post-snippets-premium-from-version-4-1-1-to-4-2/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Broken after – Post Snippets (Premium) (from version 4.1.1 to 4.2)]]> https://www.ads-software.com/support/topic/broken-after-post-snippets-premium-from-version-4-1-1-to-4-2/ Wed, 31 Jan 2024 21:05:59 +0000 jomariworks Replies: 2

After Post Snippets (Premium) upgrade from version 4.1.1 to 4.2. The snippets now appear as plain text:

<a  style=\"float:right; margin-top:-1em;\" href=\"https://www.500yojanas.org/stone-last-age/\" rel=\"noopener noreferrer\"  target=\"_blank\">Stone: Seeking Enlightenment in the Last Age, p46 of Part</a>
<br />

Earlier, before the upgrade, PostSnippets was demanding a database update on every load of the admin page. I clicked on the link many, many times.

]]>
https://www.ads-software.com/support/topic/cannot-add-duplicate-or-edit-snippets/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Cannot add, duplicate or edit snippets]]> https://www.ads-software.com/support/topic/cannot-add-duplicate-or-edit-snippets/ Tue, 21 Nov 2023 09:07:33 +0000 Martin Bailey Replies: 4

I was just working on my site and need to duplicate some post snippets, and when I click the option to duplicate, I see the error:

There has been an Error..

I tried to create a snippet from scratch, and see:

Snippet Not Added..

If I click edit, I can change the snippet, but when I click save, I get:

Snippet Update Failed..

I turned on WordPress Debug, and see the two following errors from your plugin.

Warning: Undefined array key “snippet_slug” in?/home/martin/public_html/wp-content/plugins/post-snippets-premium/src/PostSnippets/PSallSnippets.php?on line?295

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in?/home/martin/public_html/wp-content/plugins/post-snippets-premium/src/PostSnippets/PSallSnippets.php?on line?295

Please take a look at this, and hopefully provide a solution soon. I have to update my site and I’m stuck without your plugin.

Regards,
Martin Bailey.

]]>
https://www.ads-software.com/support/topic/admin-footer-mispositioned/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Admin footer mispositioned]]> https://www.ads-software.com/support/topic/admin-footer-mispositioned/ Sun, 12 Nov 2023 17:52:47 +0000 mbrailer Replies: 2

On the admin page “All Snippets” the WordPress footer is positioned higher on the page than normal (see image). This only happens on the PostSnippets “All Snippets” and “News” admin pages.

]]>
https://www.ads-software.com/support/topic/accessing-variable-how/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Accessing variable, how?]]> https://www.ads-software.com/support/topic/accessing-variable-how/ Mon, 10 Jul 2023 07:15:12 +0000 oskar866 Replies: 1

Hi. Forgive me if I’m misunderstanding how Snippets works but I’m trying to make a simple snippet as per the attached image. It contains three lines of information, I wish to set a variable to each of the lines and then, in my WordPress page, add just one of the variables at the required place. I’ve included an image of what I’ve tried but it fails, all I see are the three lines, not just one of them. What I’d like to achive is a line of text on my webpage that says something like

‘My name is Micky Mouse, my email address is [email protected] or you can phone me on 01234 567890.’

Can I do what I’m trying to achieve in Snippets or do I need to make three separate snippets, one line and one variable? Thanks

]]>
https://www.ads-software.com/support/topic/colon-in-https-is-removed/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Colon in https:// is removed]]> https://www.ads-software.com/support/topic/colon-in-https-is-removed/ Mon, 03 Jul 2023 12:26:05 +0000 oskar866 Replies: 1

I’m trying to make a simple snippet of text, a url. I’m finding when I add the shortcode for the snippet to a social icon e.g. Facebook, the colon out of the url is removed therefore the icon doesn’t work. If I simply add a shortcut widget and set it to the value of the snippet shortcut then yes, the colon is included. How should I make a snippet for a simple url in a Social icon? Thanks

  • This topic was modified 1 year, 4 months ago by oskar866.
]]>
https://www.ads-software.com/support/topic/problems-adding-google-adsense-code-to-a-snippet/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>problems adding google adsense code to a snippet]]> https://www.ads-software.com/support/topic/problems-adding-google-adsense-code-to-a-snippet/ Fri, 02 Jun 2023 05:38:07 +0000 merosler Replies: 1

Hello,

When I add google adsense to a snippet and try to insert it it doesn’t add it correct (looks like this https://ibb.co/rf3dFMw )

Some how it’s not parsing it correctly to insert into my wordpress article and when i publish it, it gets all messed up.

A bug? Or can you give me advice on how to properly add to a snippet so that it appears correctly in my article?

thank you,
Matt

]]>
https://www.ads-software.com/support/topic/parse-error-after-update-to-version-4-0-3/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Parse Error after Update to Version 4.0.3]]> https://www.ads-software.com/support/topic/parse-error-after-update-to-version-4-0-3/ Mon, 22 May 2023 13:19:15 +0000 webbex Replies: 2

After updating to Post Snippets 4.0.3 i am getting a parse error:

Parse error: syntax error, unexpected ‘>’, expecting end of file in?…/wp-content/plugins/post-snippets/src/PostSnippets/Shortcode.php(110) : eval()’d code?on line?1

Is there a problem with a single snippet or with the plugin itself? How do i find out which one it is?

Thanks for help!

]]>
https://www.ads-software.com/support/topic/xss-vulnerability-in-4-0-2/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>XSS vulnerability in 4.0.2]]> https://www.ads-software.com/support/topic/xss-vulnerability-in-4-0-2/ Wed, 10 May 2023 12:05:38 +0000 Chad Warner Replies: 4

I received this alert about an XSS vulnerability in 4.0.2. Please release an update to fix this ASAP.

]]>
https://www.ads-software.com/support/topic/permissions-in-editor/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>slug in user role editor?]]> https://www.ads-software.com/support/topic/permissions-in-editor/ Fri, 28 Apr 2023 17:52:19 +0000 merosler Replies: 4

Hello,

In the user role editor within wordpress, what is the slug in the user role editor for the post snippets plugin that would allow me to grant permission to a specific role (i.e. “Editor”)

thank you,

Matt

  • This topic was modified 1 year, 6 months ago by merosler.
]]>
https://www.ads-software.com/support/topic/php-8-1-compatability-10/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>php 8.1 compatability]]> https://www.ads-software.com/support/topic/php-8-1-compatability-10/ Sun, 23 Apr 2023 22:22:07 +0000 RichTWebGuy Replies: 2

code like

wp_editor(stripslashes($snippet_desc)...

needs to be checked for passing null.

in php 8.1, functions like stripslashes, strpos, … no longer accept null. An empty string should be used

]]>
https://www.ads-software.com/support/topic/updating-to-4-0-removed-snippet/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Updating to 4.0+ removed snippet]]> https://www.ads-software.com/support/topic/updating-to-4-0-removed-snippet/ Wed, 12 Apr 2023 14:58:02 +0000 Chad Warner Replies: 6

After updating from 3.1.7 to 4.0.2, the 1 snippet in the site disappeared. I rolled back to 3.1.7 and exported the snippet, then updated to 4.0.2 and imported the snippet. It still didn’t appear. I then manually recreated the snippet, but when trying to save it, I just got a “Snippet Not Added..” error. I tried changing the name of the snippet, but that didn’t help. The code editor didn’t show any errors with the code. What can be done to fix this?

]]>
https://www.ads-software.com/support/topic/gutenberg-and-content-variable/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Gutenberg and {content} variable]]> https://www.ads-software.com/support/topic/gutenberg-and-content-variable/ Thu, 23 Feb 2023 18:35:25 +0000 Heiko Mitschke Replies: 1

Hello!

If I use Gutenberg’s block editor all custom variables are shown. But where is the possibility to fill the {content} variable? I have been searching for a while but did not find anything. What am I doing wrong?

Thanks!
Heiko

]]>
https://www.ads-software.com/support/topic/error-in-php-snippet/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Error in PHP snippet]]> https://www.ads-software.com/support/topic/error-in-php-snippet/ Thu, 23 Feb 2023 16:44:41 +0000 Heiko Mitschke Replies: 2

Hello!

I have been using this snippets for years. But now it breaks my site. I can not see the cause of the problem. In the snippet editor I got a white “x” on a red circle with the following message on the last line:

e is undefined

The code of the snippet is:

if(strpos({mehrbezeichnung}, 'keine' ) === false)
{
echo '
	<div class="termin grid-container grid-parent">
		<div class="datum mobile-grid-100 tablet-grid-20 grid-20">{datum}</div>
		<div class="beschreibung mobile-grid-100 tablet-grid-80 grid-80">
		<span class="titel">{titel}</span><span class="zusatz-titel">{zusatztitel}</span>
		[showhide type="{mehrbezeichnung}" more_text="Mehr Informationen..." less_text="Weniger Informationen..."]{content}[/showhide]
		</div>		
	</div>';
}
else {
echo '
	<div class="termin grid-container grid-parent">
		<div class="datum mobile-grid-100 tablet-grid-20 grid-20">{datum}</div>
		<div class="beschreibung mobile-grid-100 tablet-grid-80 grid-80">
			<span class="titel">{titel}</span><span class="zusatz-titel">{zusatztitel}</span>
		</div>
	</div>';
}

On the frontend I got this error message:

Fatal error: Uncaught Error: Undefined constant "keine" in .../PostSnippets/Shortcode.php(110) : eval()'d code:1 Stack trace: #0 .../PostSnippets/Shortcode.php(110): eval() #1 .../PostSnippets/Shortcode.php(63): PostSnippets\Shortcode::phpEval('if(strpos(keine...') #2 .../PostSnippets/Shortcode.php(29): PostSnippets\Shortcode::evaluateSnippet(Array, Array, '') #3 .../wp-includes/shortcodes.php(355): PostSnippets\Shortcode->PostSnippets\{closure}(Array, '', 'Termin') #4 [internal function]: do_shortcode_tag(Array) #5 .../wp-includes/shortcodes.php(227): preg_replace_callback('/\\[(\\[?)(Termin...', 'do_shortcode_ta...', '<h2>Februar</h2...') #6 .../wp-includes/class-wp-hook.php(308): do_shortcode('<h2>Februar</h2...') #7 .../wp-includes/plugin.php(205): WP_Hook->apply_filters('<h2>Februar</h2...', Array) #8 .../wp-includes/post-template.php(255): apply_filters('the_content', '<!-- wp:heading...') #9 .../wp-content/themes/generatepress/content-page.php(73): the_content() #10 .../wp-includes/template.php(785): require('/var/www/web296...') #11 .../wp-includes/template.php(718): load_template('/var/www/web296...', false, Array) #12 .../wp-includes/general-template.php(204): locate_template(Array, true, false, Array) #13 .../wp-content/themes/generatepress/inc/theme-functions.php(568): get_template_part('content', 'page') #14 .../wp-content/themes/generatepress/page.php(34): generate_do_template_part('page') #15 .../wp-includes/template-loader.php(106): include('/var/www/web296...') #16 .../wp-blog-header.php(19): require_once('/var/www/web296...') #17 .../index.php(17): require('/var/www/web296...') #18 {main} thrown in .../PostSnippets/Shortcode.php(110) : eval()'d code on line 1

Can anyone help with this problem? I would really would be glad if someone could solve the problem.

I use the latest plugin version and PHP 8.0.

Thanks in advance!
Heiko

]]>
https://www.ads-software.com/support/topic/no-line-breaks-are-being-imported/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>No line breaks are being imported]]> https://www.ads-software.com/support/topic/no-line-breaks-are-being-imported/ Wed, 18 Jan 2023 11:00:24 +0000 zemase Replies: 7

Hi, very helpful plugin you got there! Since the last update content doesn’t seem to have any line breaks in them when imported into the backend text editor from WordPress. I see the blank lines in the code when checking the singular snippets within the plugin’s options, but when clicked on the button in the editor, the text gets pushed together without any formatting and is not usable in that form. ??

FYI: Still using the old text editor, not the new Gutenberg block one (but this worked fine before).

  • This topic was modified 1 year, 10 months ago by zemase.
]]>
https://www.ads-software.com/support/topic/variables-changed-in-v4-0-1/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Variables changed in v4.0.1]]> https://www.ads-software.com/support/topic/variables-changed-in-v4-0-1/ Thu, 22 Dec 2022 17:55:25 +0000 tlash Replies: 2

I have variables in my shortcode snippets like pdf-filename. v4.0.1 removes the – from my variables so I get pdffilename which, of course, breaks the shortcode. I tried editing the variables back to pdf-filename but the change is not stored. I have reverted to 3.1.7. Will there be a fix for this?

]]>
https://www.ads-software.com/support/topic/error-post-snippets-free-requires-wordpress-version-5-8-or-greater/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Error: Post Snippets (free) requires WordPress version 5.8 or greater.]]> https://www.ads-software.com/support/topic/error-post-snippets-free-requires-wordpress-version-5-8-or-greater/ Wed, 21 Dec 2022 12:53:56 +0000 Sue_Susi Replies: 5

Hi there,

after the last update I get the error message:

Post Snippets (free) requires WordPress version 5.8 or greater.

My WP still runs on 5.7.8 – but on the plugin sites there stands that the plugin still runs with 3.3 or higher… I would not have it updated, when there had stand 5.8 :o(

The plugin works still on the old sites, but I cannot use it anymore on the editor…

So is it just a bug, will it be changed, or do I really need to update my WP to use Post Snippets in Future? And will it break my site, if I still have it active or need I deactivate it`?

]]>
https://www.ads-software.com/support/topic/all-html-links-are-broken/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>All HTML Links Are Broken]]> https://www.ads-software.com/support/topic/all-html-links-are-broken/ Tue, 20 Dec 2022 21:07:49 +0000 Eric Replies: 2

The 4.0 release introduced a bug where all html links are wrapped in extra erroneous quotation marks. This effectively breaks any html anchor tags that are added via the plugin. I’ve rolled back to 3.1.7 until a fix is released.

]]>
https://www.ads-software.com/support/topic/css-affecting-other-parts-of-admin/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>CSS affecting other parts of admin]]> https://www.ads-software.com/support/topic/css-affecting-other-parts-of-admin/ Thu, 15 Dec 2022 16:39:15 +0000 jvwx Replies: 3

Hi all,

Some of my admin pages were looking incorrect and I noticed that post-snippets.css has a “.handle” class applied to all of /wp-admin. Going through the file, some other classes like “.dashed-placeholder” and others feel like they could be used by WP or other plugins too and should probably be scoped to only apply within Post Snippets, don’t you think?

Thanks!

]]>
https://www.ads-software.com/support/topic/gutenberg-block-bugfixes/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Gutenberg block bugfixes]]> https://www.ads-software.com/support/topic/gutenberg-block-bugfixes/ Fri, 09 Dec 2022 23:35:15 +0000 filatovdanyl Replies: 2

Hi, I noticed 2 bugs in your gutenberg block that need fixing. For now I modified your code in /dist/blocks.build.js and enqueued a copy from my theme to fix those. 1st bug is that if you have 2 blocks on one page it will only save fields and then render 1st block – because you create a global var vars_dirty for all blocks which stores vars from only one block. And 2nd bug is you can’t add a space in var text input field because you join() and split() them by spaces when editing those fields. Here’s my tweaked code if you want – i decoded eval() code on line 87 and modified resulting to store vars as json string and not rely on spaces or vars_dirty.

/******/ (function(modules) { // webpackBootstrap
/******/ 	// The module cache
/******/ 	var installedModules = {};
/******/
/******/ 	// The require function
/******/ 	function __webpack_require__(moduleId) {
/******/
/******/ 		// Check if module is in cache
/******/ 		if(installedModules[moduleId]) {
/******/ 			return installedModules[moduleId].exports;
/******/ 		}
/******/ 		// Create a new module (and put it into the cache)
/******/ 		var module = installedModules[moduleId] = {
/******/ 			i: moduleId,
/******/ 			l: false,
/******/ 			exports: {}
/******/ 		};
/******/
/******/ 		// Execute the module function
/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ 		// Flag the module as loaded
/******/ 		module.l = true;
/******/
/******/ 		// Return the exports of the module
/******/ 		return module.exports;
/******/ 	}
/******/
/******/
/******/ 	// expose the modules object (__webpack_modules__)
/******/ 	__webpack_require__.m = modules;
/******/
/******/ 	// expose the module cache
/******/ 	__webpack_require__.c = installedModules;
/******/
/******/ 	// define getter function for harmony exports
/******/ 	__webpack_require__.d = function(exports, name, getter) {
/******/ 		if(!__webpack_require__.o(exports, name)) {
/******/ 			Object.defineProperty(exports, name, {
/******/ 				configurable: false,
/******/ 				enumerable: true,
/******/ 				get: getter
/******/ 			});
/******/ 		}
/******/ 	};
/******/
/******/ 	// getDefaultExport function for compatibility with non-harmony modules
/******/ 	__webpack_require__.n = function(module) {
/******/ 		var getter = module && module.__esModule ?
/******/ 			function getDefault() { return module['default']; } :
/******/ 			function getModuleExports() { return module; };
/******/ 		__webpack_require__.d(getter, 'a', getter);
/******/ 		return getter;
/******/ 	};
/******/
/******/ 	// Object.prototype.hasOwnProperty.call
/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ 	// __webpack_public_path__
/******/ 	__webpack_require__.p = "";
/******/
/******/ 	// Load entry module and return exports
/******/ 	return __webpack_require__(__webpack_require__.s = 0);
/******/ })
/************************************************************************/
/******/ ([
/* 0 */
/*!***********************!*\
!*** ./src/blocks.js ***!
\***********************/
/*! no exports provided */
/*! all exports used */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
eval("Object.defineProperty(__webpack_exports__, \"__esModule\", { value: true });\n/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__block_block_js__ = __webpack_require__(/*! ./block/block.js */ 1);\n/**\n * Gutenberg Blocks\n *\n * All blocks related JavaScript files should be imported here.\n * You can create a new block folder in this dir and include code\n * for that block here as well.\n *\n * All blocks should be included here since this is the file that\n * Webpack is compiling as the input file.\n */\n\n//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMC5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9ibG9ja3MuanM/N2I1YiJdLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEd1dGVuYmVyZyBCbG9ja3NcbiAqXG4gKiBBbGwgYmxvY2tzIHJlbGF0ZWQgSmF2YVNjcmlwdCBmaWxlcyBzaG91bGQgYmUgaW1wb3J0ZWQgaGVyZS5cbiAqIFlvdSBjYW4gY3JlYXRlIGEgbmV3IGJsb2NrIGZvbGRlciBpbiB0aGlzIGRpciBhbmQgaW5jbHVkZSBjb2RlXG4gKiBmb3IgdGhhdCBibG9jayBoZXJlIGFzIHdlbGwuXG4gKlxuICogQWxsIGJsb2NrcyBzaG91bGQgYmUgaW5jbHVkZWQgaGVyZSBzaW5jZSB0aGlzIGlzIHRoZSBmaWxlIHRoYXRcbiAqIFdlYnBhY2sgaXMgY29tcGlsaW5nIGFzIHRoZSBpbnB1dCBmaWxlLlxuICovXG5cbmltcG9ydCAnLi9ibG9jay9ibG9jay5qcyc7XG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zcmMvYmxvY2tzLmpzXG4vLyBtb2R1bGUgaWQgPSAwXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Iiwic291cmNlUm9vdCI6IiJ9\n//# sourceURL=webpack-internal:///0\n");

/***/ }),
/* 1 */
/*!****************************!*\
    !*** ./src/block/block.js ***!
    \****************************/
/*! no exports provided */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

"use strict";
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_0__editor_scss__ = __webpack_require__( /*! ./editor.scss */ 2);
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_0__editor_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__editor_scss__);
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_1__style_scss__ = __webpack_require__( /*! ./style.scss */ 3);
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_1__style_scss___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_1__style_scss__);
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_2_lodash__ = __webpack_require__( /*! lodash */ 4);
/* harmony import */
var __WEBPACK_IMPORTED_MODULE_2_lodash___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_2_lodash__);
/**
 * BLOCK: post-snippets-block
 *
 * Registering a basic block with Gutenberg.
 * Simple block, renders and saves the same content without any interactivity.
 */

//  Import CSS.

var __ = wp.i18n.__; // Import __() from wp.i18n

var registerBlockType = wp.blocks.registerBlockType; // Import registerBlockType() from wp.blocks

var _wp$components = wp.components,
    SelectControl = _wp$components.SelectControl,
    TextControl = _wp$components.TextControl;

registerBlockType('greentreelabs/post-snippets-block', {

    title: __('Post Snippets'),
    icon: 'admin-plugins',
    category: 'common',
    keywords: [__('post snippets'), __('snippets')],
    attributes: {
        snippet: {
            type: 'string'
        },
        vars: {
            type: 'string'
        },
        shortcode: {
            type: 'boolean'
        },
        text_fields: {
            type: 'array'
        }
    },

    edit: function edit(props) {
        var _props$attributes = props.attributes,
            snippet = _props$attributes.snippet,
            vars = _props$attributes.vars,
            text_fields = _props$attributes.text_fields,
            shortcode = _props$attributes.shortcode;

        console.log("text_fields", text_fields);

        var options = __WEBPACK_IMPORTED_MODULE_2_lodash___default.a.concat([{
            label: __('----'),
            value: ""
        }], post_snippets_s.map(function(s) {
            return {
                label: s.title,
                value: s.title
            };
        }));

        function save(s, v) {
            let vars_obj = JSON.parse( vars );
            vars_obj[s] = v;
            props.setAttributes({
                vars: JSON.stringify( vars_obj )
            });
        }

        function getVarValue(field) {
            if (!vars) return "";
            let vars_obj = JSON.parse( vars );
            return vars_obj[field];
        }

        return wp.element.createElement(
            'div',
            null,
            wp.element.createElement(SelectControl, {
                label: 'Snippet',
                value: snippet,
                options: options,
                onChange: function onChange(v) {
                    props.setAttributes({
                        snippet: v
                    });

                    var s = __WEBPACK_IMPORTED_MODULE_2_lodash___default.a.find(post_snippets_s, function(e) {
                        return e.title == v;
                    });
                    var fields = s.vars != "" ? s.vars.split(",") : [];
                    props.setAttributes({
                        text_fields: fields,
                        vars: JSON.stringify( fields.reduce((a, key) => Object.assign(a, { [key]: '' }), {}) )
                    });
                    props.setAttributes({
                        shortcode: s.shortcode != "0"
                    });
                }
            }),
            text_fields ? text_fields.map(function(e) {
                return e ? wp.element.createElement(TextControl, {
                    label: e,
                    value: getVarValue(e),
                    onChange: function onChange(v) {
                        save(e, v);
                    }
                }) : "";
            }) : ""
        );
    },

    save: function save(props) {
        console.log("save");
        console.log(props);
        let vars_obj = JSON.parse( props.attributes.vars );
        let vars_str = '';
        for ( const v in vars_obj ) {
            vars_str += v + '="' + vars_obj[v] + '" ';
        }
        return wp.element.createElement(
            'div',
            null,
            props.attributes.shortcode ? "[" : "",
            props.attributes.snippet,
            ' ',
            vars_str,
            props.attributes.shortcode ? "]" : ""
        );
    }
}); //# sourceURL=[module]
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMS5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9ibG9jay9ibG9jay5qcz85MjFkIl0sInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQkxPQ0s6IHBvc3Qtc25pcHBldHMtYmxvY2tcbiAqXG4gKiBSZWdpc3RlcmluZyBhIGJhc2ljIGJsb2NrIHdpdGggR3V0ZW5iZXJnLlxuICogU2ltcGxlIGJsb2NrLCByZW5kZXJzIGFuZCBzYXZlcyB0aGUgc2FtZSBjb250ZW50IHdpdGhvdXQgYW55IGludGVyYWN0aXZpdHkuXG4gKi9cblxuLy8gIEltcG9ydCBDU1MuXG5pbXBvcnQgJy4vZWRpdG9yLnNjc3MnO1xuaW1wb3J0ICcuL3N0eWxlLnNjc3MnO1xuaW1wb3J0IF8gZnJvbSAnbG9kYXNoJztcblxudmFyIF9fID0gd3AuaTE4bi5fXzsgLy8gSW1wb3J0IF9fKCkgZnJvbSB3cC5pMThuXG5cbnZhciByZWdpc3RlckJsb2NrVHlwZSA9IHdwLmJsb2Nrcy5yZWdpc3RlckJsb2NrVHlwZTsgLy8gSW1wb3J0IHJlZ2lzdGVyQmxvY2tUeXBlKCkgZnJvbSB3cC5ibG9ja3NcblxudmFyIF93cCRjb21wb25lbnRzID0gd3AuY29tcG9uZW50cyxcbiAgICBTZWxlY3RDb250cm9sID0gX3dwJGNvbXBvbmVudHMuU2VsZWN0Q29udHJvbCxcbiAgICBUZXh0Q29udHJvbCA9IF93cCRjb21wb25lbnRzLlRleHRDb250cm9sO1xuXG5cbnZhciB2YXJzX2RpcnR5ID0ge307XG5yZWdpc3RlckJsb2NrVHlwZSgnZ3JlZW50cmVlbGFicy9wb3N0LXNuaXBwZXRzLWJsb2NrJywge1xuXG5cdHRpdGxlOiBfXygnUG9zdCBTbmlwcGV0cycpLFxuXHRpY29uOiAnYWRtaW4tcGx1Z2lucycsXG5cdGNhdGVnb3J5OiAnY29tbW9uJyxcblx0a2V5d29yZHM6IFtfXygncG9zdCBzbmlwcGV0cycpLCBfXygnc25pcHBldHMnKV0sXG5cdGF0dHJpYnV0ZXM6IHtcblx0XHRzbmlwcGV0OiB7XG5cdFx0XHR0eXBlOiAnc3RyaW5nJ1xuXHRcdH0sXG5cdFx0dmFyczoge1xuXHRcdFx0dHlwZTogJ3N0cmluZydcblx0XHR9LFxuXHRcdHNob3J0Y29kZToge1xuXHRcdFx0dHlwZTogJ2Jvb2xlYW4nXG5cdFx0fSxcblx0XHR0ZXh0X2ZpZWxkczoge1xuXHRcdFx0dHlwZTogJ2FycmF5J1xuXHRcdH1cblx0fSxcblxuXHRlZGl0OiBmdW5jdGlvbiBlZGl0KHByb3BzKSB7XG5cdFx0dmFyIF9wcm9wcyRhdHRyaWJ1dGVzID0gcHJvcHMuYXR0cmlidXRlcyxcblx0XHQgICAgc25pcHBldCA9IF9wcm9wcyRhdHRyaWJ1dGVzLnNuaXBwZXQsXG5cdFx0ICAgIHZhcnMgPSBfcHJvcHMkYXR0cmlidXRlcy52YXJzLFxuXHRcdCAgICB0ZXh0X2ZpZWxkcyA9IF9wcm9wcyRhdHRyaWJ1dGVzLnRleHRfZmllbGRzLFxuXHRcdCAgICBzaG9ydGNvZGUgPSBfcHJvcHMkYXR0cmlidXRlcy5zaG9ydGNvZGU7XG5cblxuXHRcdGNvbnNvbGUubG9nKFwidGV4dF9maWVsZHNcIiwgdGV4dF9maWVsZHMpO1xuXG5cdFx0dmFyIG9wdGlvbnMgPSBfLmNvbmNhdChbeyBsYWJlbDogX18oJy0tLS0nKSwgdmFsdWU6IFwiXCIgfV0sIHBvc3Rfc25pcHBldHNfcy5tYXAoZnVuY3Rpb24gKHMpIHtcblx0XHRcdHJldHVybiB7IGxhYmVsOiBzLnRpdGxlLCB2YWx1ZTogcy50aXRsZSB9O1xuXHRcdH0pKTtcblxuXHRcdGZ1bmN0aW9uIHNhdmUocywgdikge1xuXHRcdFx0dmFyc19kaXJ0eVtzXSA9IHY7XG5cdFx0XHR2YXIgdmFyc190ZW1wID0gW107XG5cdFx0XHRmb3IgKHZhciBrIGluIHZhcnNfZGlydHkpIHtcblx0XHRcdFx0dmFyc190ZW1wLnB1c2goayArIFwiPVwiICsgdmFyc19kaXJ0eVtrXSk7XG5cdFx0XHR9XG5cdFx0XHRwcm9wcy5zZXRBdHRyaWJ1dGVzKHsgdmFyczogdmFyc190ZW1wLmpvaW4oXCIgXCIpIH0pO1xuXHRcdH1cblxuXHRcdGZ1bmN0aW9uIGdldFZhclZhbHVlKGZpZWxkKSB7XG5cdFx0XHRpZiAoIXZhcnMpIHJldHVybiBcIlwiO1xuXG5cdFx0XHR2YXIgYWxsID0gdmFycy5zcGxpdChcIiBcIik7XG5cdFx0XHR2YXIgdmFsdWUgPSBcIlwiO1xuXG5cdFx0XHRhbGwuZm9yRWFjaChmdW5jdGlvbiAodikge1xuXHRcdFx0XHR2YXIgZWxzID0gdi5zcGxpdChcIj1cIik7XG5cblx0XHRcdFx0aWYgKGVsc1swXSAhPSBmaWVsZCkgcmV0dXJuO1xuXG5cdFx0XHRcdGlmIChlbHMubGVuZ3RoID4gMSkge1xuXHRcdFx0XHRcdHZhbHVlID0gZWxzWzFdO1xuXHRcdFx0XHR9XG5cdFx0XHR9KTtcblx0XHRcdHJldHVybiB2YWx1ZTtcblx0XHR9XG5cblx0XHRyZXR1cm4gd3AuZWxlbWVudC5jcmVhdGVFbGVtZW50KFxuXHRcdFx0J2RpdicsXG5cdFx0XHRudWxsLFxuXHRcdFx0d3AuZWxlbWVudC5jcmVhdGVFbGVtZW50KFNlbGVjdENvbnRyb2wsIHtcblx0XHRcdFx0bGFiZWw6ICdTbmlwcGV0Jyxcblx0XHRcdFx0dmFsdWU6IHNuaXBwZXQsXG5cdFx0XHRcdG9wdGlvbnM6IG9wdGlvbnMsXG5cdFx0XHRcdG9uQ2hhbmdlOiBmdW5jdGlvbiBvbkNoYW5nZSh2KSB7XG5cdFx0XHRcdFx0cHJvcHMuc2V0QXR0cmlidXRlcyh7IHNuaXBwZXQ6IHYgfSk7XG5cblx0XHRcdFx0XHR2YXIgcyA9IF8uZmluZChwb3N0X3NuaXBwZXRzX3MsIGZ1bmN0aW9uIChlKSB7XG5cdFx0XHRcdFx0XHRyZXR1cm4gZS50aXRsZSA9PSB2O1xuXHRcdFx0XHRcdH0pO1xuXHRcdFx0XHRcdHByb3BzLnNldEF0dHJpYnV0ZXMoe1xuXHRcdFx0XHRcdFx0dGV4dF9maWVsZHM6IHMudmFycyAhPSBcIlwiID8gcy52YXJzLnNwbGl0KFwiLFwiKSA6IFtdXG5cdFx0XHRcdFx0fSk7XG5cdFx0XHRcdFx0cHJvcHMuc2V0QXR0cmlidXRlcyh7XG5cdFx0XHRcdFx0XHRzaG9ydGNvZGU6IHMuc2hvcnRjb2RlICE9IFwiMFwiXG5cdFx0XHRcdFx0fSk7XG5cdFx0XHRcdH1cblx0XHRcdH0pLFxuXHRcdFx0dGV4dF9maWVsZHMgPyB0ZXh0X2ZpZWxkcy5tYXAoZnVuY3Rpb24gKGUpIHtcblx0XHRcdFx0cmV0dXJuIGUgPyB3cC5lbGVtZW50LmNyZWF0ZUVsZW1lbnQoVGV4dENvbnRyb2wsIHtcblx0XHRcdFx0XHRsYWJlbDogZSxcblx0XHRcdFx0XHR2YWx1ZTogZ2V0VmFyVmFsdWUoZSksXG5cdFx0XHRcdFx0b25DaGFuZ2U6IGZ1bmN0aW9uIG9uQ2hhbmdlKHYpIHtcblx0XHRcdFx0XHRcdHNhdmUoZSwgdik7XG5cdFx0XHRcdFx0fVxuXHRcdFx0XHR9KSA6IFwiXCI7XG5cdFx0XHR9KSA6IFwiXCJcblx0XHQpO1xuXHR9LFxuXG5cdHNhdmU6IGZ1bmN0aW9uIHNhdmUocHJvcHMpIHtcblx0XHRjb25zb2xlLmxvZyhcInNhdmVcIik7XG5cdFx0Y29uc29sZS5sb2cocHJvcHMpO1xuXHRcdHJldHVybiB3cC5lbGVtZW50LmNyZWF0ZUVsZW1lbnQoXG5cdFx0XHQnZGl2Jyxcblx0XHRcdG51bGwsXG5cdFx0XHRwcm9wcy5hdHRyaWJ1dGVzLnNob3J0Y29kZSA/IFwiW1wiIDogXCJcIixcblx0XHRcdHByb3BzLmF0dHJpYnV0ZXMuc25pcHBldCxcblx0XHRcdCcgJyxcblx0XHRcdHByb3BzLmF0dHJpYnV0ZXMudmFycyxcblx0XHRcdHByb3BzLmF0dHJpYnV0ZXMuc2hvcnRjb2RlID8gXCJdXCIgOiBcIlwiXG5cdFx0KTtcblx0fVxufSk7XG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zcmMvYmxvY2svYmxvY2suanNcbi8vIG1vZHVsZSBpZCA9IDFcbi8vIG1vZHVsZSBjaHVua3MgPSAwIl0sIm1hcHBpbmdzIjoiQUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBIiwic291cmNlUm9vdCI6IiJ9
//# sourceURL=webpack-internal:///1

/***/ }),
/* 2 */
/*!*******************************!*\
    !*** ./src/block/editor.scss ***!
    \*******************************/
/*! dynamic exports provided */
/***/ (function(module, exports) {

eval("// removed by extract-text-webpack-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMi5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9ibG9jay9lZGl0b3Iuc2Nzcz80OWQyIl0sInNvdXJjZXNDb250ZW50IjpbIi8vIHJlbW92ZWQgYnkgZXh0cmFjdC10ZXh0LXdlYnBhY2stcGx1Z2luXG5cblxuLy8vLy8vLy8vLy8vLy8vLy8vXG4vLyBXRUJQQUNLIEZPT1RFUlxuLy8gLi9zcmMvYmxvY2svZWRpdG9yLnNjc3Ncbi8vIG1vZHVsZSBpZCA9IDJcbi8vIG1vZHVsZSBjaHVua3MgPSAwIl0sIm1hcHBpbmdzIjoiQUFBQSIsInNvdXJjZVJvb3QiOiIifQ==\n//# sourceURL=webpack-internal:///2\n");

/***/ }),
/* 3 */
/*!******************************!*\
    !*** ./src/block/style.scss ***!
    \******************************/
/*! dynamic exports provided */
/***/ (function(module, exports) {

eval("// removed by extract-text-webpack-plugin//# sourceURL=[module]\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMy5qcyIsInNvdXJjZXMiOlsid2VicGFjazovLy8uL3NyYy9ibG9jay9zdHlsZS5zY3NzPzgwZjMiXSwic291cmNlc0NvbnRlbnQiOlsiLy8gcmVtb3ZlZCBieSBleHRyYWN0LXRleHQtd2VicGFjay1wbHVnaW5cblxuXG4vLy8vLy8vLy8vLy8vLy8vLy9cbi8vIFdFQlBBQ0sgRk9PVEVSXG4vLyAuL3NyYy9ibG9jay9zdHlsZS5zY3NzXG4vLyBtb2R1bGUgaWQgPSAzXG4vLyBtb2R1bGUgY2h1bmtzID0gMCJdLCJtYXBwaW5ncyI6IkFBQUEiLCJzb3VyY2VSb290IjoiIn0=\n//# sourceURL=webpack-internal:///3\n");

/***/ }),
/* 4 */
/*!*************************!*\
    !*** external "lodash" ***!
    \*************************/
/*! dynamic exports provided */
/*! exports used: default */
/***/ (function(module, exports) {

module.exports = lodash;

/***/ })
/******/ ]);
  • This topic was modified 1 year, 11 months ago by filatovdanyl.
]]>
https://www.ads-software.com/support/topic/version-4-0-broke-admin-of-site/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>version 4.0 broke admin of site]]> https://www.ads-software.com/support/topic/version-4-0-broke-admin-of-site/ Mon, 05 Dec 2022 19:07:06 +0000 merosler Replies: 2

Hello,

When I updated to v. 4.0 it seemed to break something in the admin where the menu/nav is not visible and I can’t even access anything on any of the admin pages. I had to deactivate the plugin and revert back to 3.1.7.

See here:
https://www.dropbox.com/s/9icjrqzxdgf8xky/Notification_Center-3.jpg?dl=0

thank you,
Matt

  • This topic was modified 1 year, 11 months ago by merosler.
]]>
https://www.ads-software.com/support/topic/latest-update-broke-something-in-wp-admin/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Latest update broke something in wp-admin]]> https://www.ads-software.com/support/topic/latest-update-broke-something-in-wp-admin/ Tue, 29 Nov 2022 22:18:08 +0000 iljaleedulane Replies: 2

Hi,

I have never had a problem with this plugin. But now it posts a lengthy string in the top part of every wp-admin page:

style=\"display:inline-block;width:728px;height:90px\"
data-ad-client=\"ca-pub-9341399866480111\"
data-ad-slot=\"5728084784\">
"; var postsnippet_1 = ""; var postsnippet_2 = ""; var postsnippet_3 = "
"; jQuery(document).ready(function($){ // We do the check to see if post snippets dialog is in the footer. // Some plugins, like 'download monitor' uses WordPress admin bootstrap and // then bring in admin_head but not admin_footer. So to allow other plugins // to do that 'hack', we bail out in thoise cases. if ($("#post-snippets-tabs").length>0) { if($.isFunction($().tabs)){ // Ensure the tabs function is available var tabs = $("#post-snippets-tabs").tabs(); } $(function() { if($.isFunction($().dialog)){ // Ensure the dialog function is available $("#post-snippets-dialog").dialog({ autoOpen: false, modal: true, dialogClass: 'wp-dialog', buttons: { Cancel: function() { $(this).dialog("close"); }, "Insert": function() { $(this).dialog("close"); var selected = tabs.tabs('option', 'active'); if (selected == 0) { insert_snippet = postsnippet_0; } if (selected == 1) { insert_snippet = postsnippet_1; } if (selected == 2) { insert_snippet = postsnippet_2; } if (selected == 3) { insert_snippet = postsnippet_3; } // Decide what method to use to insert the snippet depending // from what editor the window was opened from if (post_snippets_caller == 'html') { // HTML editor in WordPress 3.3 and greater QTags.insertContent(insert_snippet); } else { // Visual Editor post_snippets_canvas.execCommand('mceInsertContent', false, insert_snippet); } } }, width: 500, }); } }); } }); // Global variables to keep track on the canvas instance and from what editor // that opened the Post Snippets popup. var post_snippets_canvas;

My wp-admin looks like this: https://ibb.co/wzR6Vvc

How to fix it?

]]>
https://www.ads-software.com/support/topic/error-on-last-update-6/ <![CDATA[<span id="1gwpiim" class="resolved" aria-label="Resolved" title="Topic is resolved."></span>Error on last update]]> https://www.ads-software.com/support/topic/error-on-last-update-6/ Thu, 24 Nov 2022 14:24:27 +0000 egocefalo Replies: 22

Hi, first of all thanks for your plugin!

On this last update (4.0) I got “the email” that wordpress found an error with one of my plugins, Post Snippets (free).

With the following error details:

E_ERROR en la línea 44 del archivo /home/****/****.com/wp-content/plugins/post-snippets/views/jquery_ui_dialog_footer.php. Mensaje de error: Uncaught Error: Call to undefined method PostSnippets\Shortcode::filterVars() in /home/****/****.com/wp-content/plugins/post-snippets/views/jquery_ui_dialog_footer.php:44
Stack trace:
#0 /home/****/****.com/wp-content/plugins/post-snippets/src/PostSnippets/View.php(21): include()
#1 /home/****/****.com/wp-content/plugins/post-snippets/src/PostSnippets/WPEditor.php(241): PostSnippets\View::render('jquery_ui_dialo...', Array)
#2 /home/****/****.com/wp-includes/class-wp-hook.php(308): PostSnippets\WPEditor->addJqueryUiDialog('update.php')
#3 /home/****/****.com/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)
#4 /home/****/****.com/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#5 /home/****/****.com/wp-admin/includes/template.php(2157): do_action('admin_footer', 'update.php')
#6 /home/****/****.com/wp-admin/update.php(53): iframe_footer()
#7 {main}
  thrown

I checked the website and used the plugin on a post and everything seems fine, no issues found, but the fatal error message still worries me.

Should I roll back as you suggest?: (Thank you to updating Post Snippets v 4.0, we have recoded the entire plugin please check your all snippets if there is any issue you can download the previous version from here).

Thanks for your help!
Regards,

]]>
Malaking puwang ng bass splash review Bakit pinapayagan ng pamahalaan ang operasyon ng mga monopolyo How to play Super Ace jili Nice88 club withdrawal Esball online casino com registration Nuebe Gaming legit HB888 Casino real money Casino bonus no deposit free spins 2021 12 Titans Greek mythology online slot machines for real money free play Mines jili login download Allin88 ph login Casino Guru gratis Vegas World login Apanalo online game no deposit bonus 77ph Himala himala wikipedia 啶掂啷嵿ぐ啶ぞ啶?啶曕啶ぞ 啶灌? 啶す 啶囙い啶ㄠぞ 啶栢い啶班え啶距 啶曕啶啶?啶灌啶むぞ 啶灌? Mnl168 online casino register philippines login Bally slot machine value Jili live casino no deposit bonus Gcash gambling reddit philippines tamabetcasino Jili magic lamp app Mwplay888 net download for android Vegas Live Slots hack APK Clive and jill sidequest ffxvi Jiliasia online casino Online bingo jili withdrawal Chili for a crowd Silver Palate Jili168 register philippines Jili mk casino Jili cc download for android Habanero online casino games philippines Philucky withdrawal format 377 jili login register philippines Jili slots download Bsa387 login password Ginto Casino link 49jili login to my account login philippines app Royal777 casino no deposit bonus 8 juli feiertag wikipedia Ano ang mga flash game sa hollywoodbets app download Game of Thrones Slots referral code Igt address manila Zynga slots free coins cheat android Jilicash real money withdrawal Paano gumagana ang mga online slot machine login Ezwin online casino philippines Peso88 login register Jili kaganapan login register Winning plus 8 login philippines masuwerteng iikot ang mga nakakalokang slot 123jili app Login casino games online unblocked Transaction password USDT Baccarat games online real money Appointment slots vs appointment schedule quick hit slots commercial actor Multiclass spell slots table Slot schedule template 啶灌啶曕啶?啶曕ぞ 啶い啷嵿い啶?啶曕た啶むえ啶?啶灌啶むぞ 啶灌 Jili jackpot 777 download for android latest version Million 888 casino login register Tongits go apk unlimited money latest version Pinakamahusay na jili slot game download YE7 Download App BET99 Quebec Free 100 online casino registration facebook page 2021 slots no deposit bonus Online gambling philippines real money Jilibet casino login philippines Super Royal 777 Slots go casino login Register Youtube ng slots today Peso 888 apk Mini777 register download PG gaming casino login Wizard of Oz free coins gamehunters Philippine News today live 247Spin free 100 spin the wizard of oz slots free coins E2 jili casino login Konjac jelly Japan Big bet review korean Online casino Philippines News 7 Juli 2024 memperingati Hari Apa Jili 747 casino login Winph 777 login philippines app benefits of online casino games Wild aces online casino real money Mwcash88 Bonus hunter cc email Maduna clan names FF16 change party members Online casino games real money free spins no deposit Dbx casino real money philippines Okada online casino apk latest version Skype Download for PC Jilibet donnalyn login Register online casino 777 Pub download old version Spaghetti Jollibee price Jili no 1 login register Jiliasia app apk Super slots apk old version 646 casino login Register Philippines Listahan ng laro ng skillz login Totoong online pokies philippines release the kraken clash of the titans (1981) Casinos online real money philippines Phil168 APK Download Chumba Casino login Www 49 jili casino login password Fb jili casino login download apk Jlbet slot login Jili 777 lucky slot login register philippines apk Pagcor logo meaning Hard Rock online casino login 77ph com login password download Ano ang gamot sa mataas ang sugar Online casino download APK Geely Emgrand price Philippines BLBET Tapwin 2024 download apk Lodi 646 casino login ph Royal558 download Abc jili register philippines download LVJILI login Royal fishing jili download for android Free60 casino philippines Kk jili libre 58 real money download PHFUN login Nice88 download free ios Best penny slot machines to play at the casino for beginners portal.pagcor.ph sitemap online casino games no deposit bonus Unlapi AAA Jili login Bongobongo ug Casino Jili x yb download apk do 888 casino register Cash Rush slots 777 apk latest version Free online casino games win real money no deposit Philippines Fortune 888 login password Slots casino login no deposit bonus 49 jili time philippines download Nuebe register login Jili fishing game download free Win99 casino philippines Bingo Super Star download 55bmw win withdrawal Jili kilig login download Superball Keno online Hacksaw slots real money Pagcor address philippines 188 jili demo account hack Vegas online casino games free play Jili 49 net casino login philippines 777 jili jackpot apk latest version Fc slot demo free download Jili under maintenance today download android 3 patti slots patti online play Jili bingo download for android Smbet register philippines Osm jili register mobile number philippines MWGAMING 188 register Nuebe agent login philippines Online casino color games philippines Is Winford Casino open today Jili update today WK777 slot Jili casino review philippines slotomania online Lucky jili slots login register mobile 188 jili casino login download philippines Baccarat game strategy reddit Jili22 promotion How to withdraw in jili slot online 1xslots login Mnl168 online casino register philippines login Paano maglaro ng slot gambling login casino for real money online Best online casino Philippines reddit Jili deposit 50 withdrawal limit Nextbet philippines registration 168jili login registration Www royal888casino net register Double Win Withdrawal App Fisheries department officials 777 Lucky JILI Slots Casino APK download Nz online casino games real money 888php withdrawal Jili mines predictor apk Online casino jackpot slots free play yy777cam Jili one login download mainstream records lee young-ji 77ph com download free 49 jili years login register Jili slot club jackpot 777 download free money philippines Www betvisa games app 1888 jili casino withdrawal online July 10 religious holiday Labet88 login registration 2021 Osm jili casino online games philippines download Money 888 login download Empire slot machine download Ireland online casino games free play Kk jili casino login registration download apk 1000 free games to play with friends Poseidon god son Jili lucky slot app download Big baller club casino login registration philippines Fish Hunter - Shooting Fish Pnp 888 jili slot game login app Limbo game download for PC Highly Compressed Jili jackpot 777 download apk ios slot machine free games free spins deposit bonus Jackpot meter app for android Instant withdrawal betting app Dama N.V. casinos no deposit Bonus Joy 7 casino login free chips Eliakim Sadoki Hadaa Ya Walimwengu Gemdisco login 08 jili register app Jollibee slot casino login philippines register online Award winning chili recipe Allrecipes Helens Slot APK old version Mga kahinaan ng mga pragmatic slot machine login Jili pulang sobre register online Jili777 free 150 no deposit bonus Philippines Jili no 1 com withdrawal philippines Slot online game free real money Jackpot joker jili demo free download Best pg slot game free no download Wagi77 login Philippines Rich9 pinakamainit na laro login Fortune gaming88 login philippines Royal Slot Login Fun facts about July 19th Geely gx3 fiche technique philippines IND slots APK yono Ox jili slot withdrawal What happened on October 7 Al Jazeera 777 pub com login download Nice88 app 99 Fortune Casino login Register Tmtplay888 Jiliplay login download Love jili vip login password 888bet registration online Dragon vs Tiger hack apk Lucky JILI slots login register Kpl casino Online casino game for real money free play 777pub open now promo Video poker jacks or better strategy chart Jili 365 casino login register philippines no deposit bonus download Free slots com party bonus Animal Husbandry Minister Bihar list 188 JILI casino login registration Philippines Anuani ya katibu tawala mkoa wa dar es salaam NetBet registration Fg777 register philippines 90 jili live login download One slot game download Agent GEMDISCO Jili 999 com withdrawal Jilimk casino log in no deposit bonus tg777 login register philippines Pagcor login philippines List of licensed POGO in Philippines 2023 How many cannabinoid receptors are there in the human body Q25 jili download ios Ff777 vip login Jili 49 dot com registration philippines Ano ang speed roulette review Ph joy vip login registration philippines 4 ram slots which ones to use Mga puwang ng video youtube Jackpot Party Instagram free coins www.free facebook.com log in Betvisa download for android 49jili pogcor Betso888 login download Jollibee slot login Fruit Theme Birthday Party Wjslot claim form Nextbet Live Casino Lotto go Jili volatility calculator philippines Teenage Kraken Salish Matter Lucky 777 online casino login philippines Slotomania 777 casino real money Mega ace jili demo apk latest version Falcon Play customer service www.666.com games Bingo Jili PH Slots earning app real money no deposit Canara Bank Internet banking PIN generation 8K8 vip login Philippines No 1 jili app for android free download Gonzo's Quest max win 9 Pots of Gold land and win What does Mr Mike Slots do for a living Jili fc slot real money no deposit bonus Ph macao jili register download limbo apk + obb download Swcup6 net live login Register philippines Free slots 8888 no deposit philippines Jili tadhana slots download free Free casino slots 3 lines no download Jili okbet real money philippines Jili88 ph com register login password Slots earning app real money download Jili apps download free for android ios Kurdish traditional dress Labet88 online casino Ez jili telegram ios 94067 water heater door installation Real Boxing 3 download Best casino online Wishbone Games Nextbet login mobile registration Jili no 2 login no deposit bonus Poder Judicial Superace88 club login registration link Triple match 3d master mod apk Sino ang cowboy slots wife Jili 5678 casino login poker star Apanalo casino app login KK JILI casino login app apk Www gibson casino www gibsoncasino com login APEX slot download Best free slot machines play for free no deposit Mining Telegram group link Jili t7 real money Jili369 app download Progressive jackpot meter link Lampara ng genie philippines Best free slots with bonus Asia JILI casino register 888 ladies slots login UNO Spin Millionaire Dimm slots reddit King game app download apk Yy777 index login No deposit slots real money Yeriko by injili bora choir session 49 jili road register philippines Jili slot 777 login register online no deposit bonus philippines 啶啶?啶曕 啶啶班が啶?啶曕ぐ啶ㄠ 啶曕 啶夃お啶距く GGBet welcome bonus Is the 49ers coach a Christian Sino ang may akda ng medusa Ace Super ph casino Login games.747 games.ph/launchgame open now Tiktok video Zili 7 Gold Fruits slot Peraplay APK download Labet88 register philippines app Love jili vip login philippines Slots download free Jili slot jackpot login register Junglee Rummy APK Paddy power virtue Welke dag is het vandaag in belgie Nn777 login philippines app Pb777 login id and password free Sweet Bonanza free spins no deposit Online slots casino 888 real money no deposit online casino games real money Osm jili casino Megaways slots login Konami free slots no download Big Bass Hold and Spinner Megaways demo Jili 888 register Jili mines download free Best free video poker no download fishing slot casino - free 100 000 coins Jili22 NEW com register Big Bass Bonanza Geely subsidiaries in philippines State fish of bihar in english Game of Thrones Slots Casino free coins hack Lucky jili casino login registration philippines apk Mga laro ng slot na nagbabayad ng totoong pera apk Niceph casino real money Fortune Dragon PG slot demo Reference generator Jili88ph net register download FG7777 Jili super win apk best online casino games to win money Bagong jili register app 777sm vip login Jl bet slot register Jili casino sign up bonus no deposit philippines Phlove Casino Login Register Jili slot online real money Ez jili code free download Cannabinoids structure How does Dragon Link slot work 188 jili casino download free Which casino has the most winners in Vegas Goldfish slots apk Fisheries, Bihar gov in Medusa megaways real money Mwcash88 casino login Best time to play crazy time reddit Voslot jili register philippines Ang tao ba ay nagmula sa unggoy PHL63 login register Demo Jili Golden Empire Download app and get bonus Pogibet free 100 philippines 22FUN APK Lucky JILI Casino login registration Win win Game zambia online app download Win100 com casino group win100 originals win100 originals register Mlbb Win Rate Calculator APK Mi777 casino login philippines register Do888 casino login no deposit bonus Jill Scott net worth 8 jili slot download for android 55X Casino Login Register Philippines Ug777 app download apk for android 94067 water heater door replacement Loveph casino Tianjin University of Science and Technology How to play Fortune Gems online Earn money online Philippines legit Xo jili com register philippines Cruise casino in Goa Play slot machines for free online no deposit Is golden Cowboy good tds online casino games volatility Tmtplay casino login register mobile 啶戉え啶侧ぞ啶囙え 啶曕啶膏啶ㄠ 啶椸啶?啶曕啶膏 啶栢啶侧啶? EZJILI Login Register Game room online casino games real money Casino dealer Reddit ph Slots jackpot meter philippines app Pldt 777 real money withdrawal Jackpot World redeem code free 2024 Jilibay free 68 no deposit bonus Bet88 ph app download for android OKBet rewards app Julie emergency contraception reviews 啶ぞ啶椸啶?啶う啶侧え啷?啶曕ぞ 啶膏す啶?啶夃お啶距く Mega win login Best online casino games real money app Jiliasia ace download Jili 178 real money app Pag-IBIG membership Double DaVinci Diamonds free slot game jili 711 Slot virtual real money free Jili tongits withdrawal limit Okbet casino login philippines download Sabong derby 2023 Full Video MONOPOLY Slots download White part of eye swollen like jelly home remedies Ez jili codes 2021 Wjslot com rewards login How many evolutions can you have in a deck Clash Royale Online casino jili login register House of Fun VIP PLUS download SM Megamall 3 day sale 2024 dates Phil163 login Simple chili recipe Jili slot machine apk latest version Jili188 login download Boss88 Slot Login Jili go login philippines Online casino games with free signup bonus philippines Jili mines download apk Fc slot online philippines Y777 jili real money withdrawal Win99 online casino login register Lucky jili slots login register mobile philippines BetVictor UK Jilino1 new site Jili no minimum deposit philippines 2020 Royal777 login register philippines Forgot transaction password in phdream Casino plus jili slot real money Win99 slot games free apk Nn777 slot jili real money 38jili login GO Keyboard APK betBonanza mobile login registration Dragon cash vs Dragon Link 8k8 online casino games downloadable content philippines Best slots to play on FanDuel reddit balato8aa Crown89ph casino login Online casino builder Wjevo22 app irich slots&games casino 777 Boxing king casino real money Jili22 vip202 download online casino games with no minimum deposit Mega Wheel game download Jili apps download for android free Diablo 4 enchantment slot not working Online lucky sweepstakes no deposit bonus 747 online casino games philippines Super ace demo game online free Spin and win cash in Uganda withdrawal PG Soft Wild Bounty Showdown 777sky slot Jiliapp download latest version Www royal888casino net register Royal slots real money login ????? ?? ???? ??? ???? ????? ????? Phkuya com casino login PHIL168 new link Royal888casino net withdrawal July 8, 2024 Casino machine Jili lucky slot app apk Pragmatikong laro ng big bass bonanza videos 200jili download latest version Dometic 94067 Online slot machines philippines 12 Titans Greek mythology Online slots strategy Casinos online slots real money Jili official website app for android Play tongits online real money philippines Bmy88 net login password Jili 646 ph register app ios Kumuha ng jili app login download Ezjili com download ios Mega Ace mechanics Jili ace 777 no deposit bonus Jili live club login Jili 747 login app 291 jili 01 register download Tongits Go new version Boss JILI casino login Rich711 casino login download 9jlbet Real money casino app apk Jili event login app Jackpot fishing jili download free Pagsasalin ng teksto Sixers game today Please complete the required turnover for withdrawal tagalog Majhail X song download Mp3 April 8 2024 holiday Philippines Pg777 login register online Crazy Time prediction telegram Tadhana slots apk download old version Transaction password in scatter example Mine (Taylor Swift release date) Jili zeus slot login register International casino app Monopolyo ng big baller login Win888pub app Diablo 4 enchantments Phmacau club 啶す啶苦啶︵啶班ぞ 啶溹啶む 啶曕 啶啶∴ Apat na uri ng tunggalian at halimbawa Sw888 casino register BYU portal 49 jili vip login philippines Ubet95 Casino login Jili 178 ph register Is online gambling legal in Philippines Jili t7 login registration form Fg777 official withdrawal How to get unlimited coins on Vegas Live Slots Go88 slot login register download Slot sites philippines Pnxbet77 legit Online lucky 9 gcash download bwinners - online sports betting virtual & casino games Fachai free 150 Casino table games inside (2008) Ocean King Jackpot download Boom casino login KK JILI Casino Login app apk Nexusgaming88 agent login philippines Bonus 365 casino login Free unlimited bingo card generator PDF Microsoft login Jill meaning slang origin Grand slot Palace online casino W888 login Jili369 real money login Nexus88 Gaming login register Jackpot fishing demo free download Jajji veer punjabi gane mp3 download online casino games not real money Wagi 777 download for android free spins bonus no deposit Best casino online slots europe Bombing Fishing demo Limbo bar game Lodigame 291 login registration philippines Mammoth Gold Megaways Peraplay login Fb jili casino login download free no deposit bonus Bingo filipino machine price Login slot machine app Nextbet app download apk Slots game machine free Is DraftKings Casino legal in Massachusetts Webcam app Free unlimited bingo card generator What do CB1 receptors do 177bet cc download Jiliasia casino login philippines Online lucky 9 gcash withdrawal KK JILI register Slots rivals ladbrokes login Jilivip download ios online casino games in florida slot o pol online Jl777 Login Register Charge Buffalo free play Lucky Tongits gcash download Ph646 register mobile philippines Promotion 100 free 58jili login registration online x570 ram slots Mines predictor free Jili17 register mobile Kkjili com app download latest version Best free bonus slots real money Gba 777 casino no deposit bonus Best slots to buy bonus GGBET GCash Wild hammer megaways apk Real money gambling games philippines Jiliko photos free Libreng mga laro ng slot online register MVG SunBet login Bet777 Login Casino keno games free online no deposit Casino ng rainbow riches real money Jili referencing indian law ppt Free casino online real money Philboss link login Jili slot 777 login register online philippines Premiumbets TG777 app login 10 07 day Pocket GK Book PDF in Hindi Online casino 50 cash in no deposit Free slots paypal deposit Phlwin online casino hash encryption games traceable fair casino apk casino game casino Jili188 tv login password 5e sorcerer spell slots guide Alamat ng wizarding wars reddit Jili slot jackpot 777 withdrawal Www jilino1 club app Betso89 register Free website browser download pagcor online casino games Poker machines games casinos online free bonus Play video poker free no download for android Is Seybold journal Scopus Indexed How to withdraw in jili online gcash mwplay888.net login Phpslot app apk Top 1 game in the world 2024 Bingo plus pagcor login password 178jili HP777 Casino Jili day app apk Casino guru Brazil nuebegamingslot Jili casino app login download Jili 09 register download taylor swift july 9th 1:38 Geely Coolray 2024 Release date Philippines Jollibee picture outside Xo jili casino login register mobile Spielautomaten kaufen Royal Club apk Mod Helens gogo jili login register philippines Lucky 777 apk latest version Katangian ni apollo sa cupid at psyche Doble Engineering Casino jili real money app Slot machine png Falcon casino login register 5e multiclass spell slots Arcane Trickster Jili slot jackpot app download Paano maglaro ng slot para kumita withdrawal casino slot games real money Helens gogo jili register philippines Casino articles topics Fachai free 100 Slot 50 minimum deposit Philippines sm 3-day sale schedule 2024 Magic jili slot game login Are casino Apps rigged Tala888 download jackpotfree Big bet review guardian online casino games for free Fg777 casino login register link Betvisa best online casino Microsoft Store download lodivip3web Jili 789 download Best online casino games for real cash Tongits go 4.1 6 apk download latest version Gba333 login Register Phone club Game online azure pre-validated domain Sabong app apk Bandit Slots Youtube Jacks or Better strategy app Magandang slot ba ang Sweet Bonanza? 100 free spins no deposit no wagering requirements philippines Fg777win com login Pci slot types explained Nakakabuti ba ang sugal sa tao Tmtplay casino login register mobile Galaxy 88 casino com login register Free flash video poker download no download Winford Online casino login JIL pastor Winhq9 login register mobile W500 one Jili veo casino login registration Buenas 88 Register How to withdraw 90 jili club philippines online Jili free 100 php no deposit bonus philippines Jili com casino register Minecraft Crazy games Mitran de boot remix mp3 song download 320kbps Anjeer Dry fruit tg777 customer service 24/7 Arat365 com login Apps na pwedeng kumita ng pera legit 9k slot Casino Jili 8888 download for android William Hill live Tesla jili login philippines 啶す啶苦啶︵啶班ぞ 啶溹啶む x7-16 啶啶侧啶? Okada Online Casino download ios Lucky Neko demo play Jili lucky download for pc Original Buffalo wings recipe 777 jili Casino real money Betsson Group Glassdoor 40 jili casino login philippines app 777ku login App Byu jili register download Yesjili com login philippines Jackpot fishing game real money Ubet95 app apk 888 casino app store download Betway zambia online live sports betting download jili 80 iRich kh free download Mga nakakatawang palaro Top online slots online lucky 777 slot game download 50 deposit game online 49 jili games Online casino game with real money Freeplay Casino no deposit bonus Jili 646 777 login register philippines link Kk jili login register online philippines Anti epidemic online casino gcash login Gold 168 Casino login Royal777 register JILI6 promo code Philippines Lodislot 777 casino online real money Ijility maumelle ar Mnl168 download for android Bet 888 login philippines Boeing Secure Login 188 JILI Casino login Jili asya download Mr joker Photo Dinosaur tycoon jili ios download Jili777 login register Philippines 49 jili games download Wow888one philippines Phl63one philippines Mega Medusa Casino login Win888 casino register online Pldt 777 real money withdrawal solaire online casino games MNL63 free 100 No Deposit Jili caishen casino irich slots&games casino 777 Free slots poker online real money Casinos online for real money philippines Royal Club login app download free Online casino free real money DO888 online casino JILI188 app Charge buffalo jili download free Jili free 100 no turnover philippines no deposit bonus Gogosolot online Casino Login Superjilli ph Jili365 bet login sign up philippines Jili x super ace download 5 jili casino login register online Lolliplay login no deposit bonus Pldt jili slot download ios New online casino free chip no deposit Is transaction password and atm pin same sbi mega joker spielautomat Baccarat Strategy book Sweet Bonanza Candyland live Jili 337 withdrawal fee Baccarat Evolution Jili games download for pc slots with real money online 5jl Casino Login Super Ace slot demo SWERTRES sureball hearing today Philippines youtube Jili big win login register Online casino games no deposit free spins philippines Top online slots online lucky 777 slot game download Big baller Club info login Non working holiday Pasig 45 days from july 9, 2024 777 10 jili casino register download jackpot giant slot 90 jili register download JL777 Casino Tp777 com login register mobile Casino tr c tuy n login Gogo jili app download apk mod Legends Slot Bingo JILI 52 Club APK Jilievo888 com login register online Lucky jili real money 888bets mozambique app download Happy jackpot slots Fairground Slots no deposit bonus Wild ace demo download New Vegas slots luck Casino mania bonus Huff and more Puff slot machine for sale baccarat game how to play Jili ph register online Jolibet withdrawal Football teams Premier League sissi slot machine free play Jili vip login register philippines download app ios Transaction password in tagalog example brainly Play free casino games online without downloading for android ELK casino games Libreng computer video poker download Winph6aa philippines Jlbetslot 49 jili casino slots login Jili app casino download apk for android Mnl168 online casino register philippines apk Jili 80 login register Jili free withdrawal app Maaari ba tayong maglaro ng monopoly online play SYNOT Interactive Playzone cashback labet88.com app Jili49 login register Jili asia com casino login download Gold slots casino sa facebook login Jili balita withdrawal fee Gamezy Rummy Jili day register online 90jili game club download PH Macao game 777sky casino philippines Ibetph web casino Best online casino games philippines gcash 247 slots login Elf bingo jili online registration Funny captions for online casino games 777 lucky slot no deposit bonus OKBet App download apk Z25 Gaming P88 jili login app Jili77win philippines DuckyLuck Casino Ttjl casino link app 55jili login Cali 777 com login password LIMBO APK download latest version 200jili login philippines 646 jili 01 login app FB JILI Login Golden Wealth Baccarat live Panaloka login registration Tala0888 download apk GemDisco Login register Lion dance history Ezjili login register mobile Royal777 register Jili 337 login register philippines download Fishing era poppo How to play jackpot fishing app Libreng jili games login Swerte ng buto 77ph1 com login password How do i install tongits go on android Joy jili casino login register philippines free chips Slot machine 777 login Jili online slot apk Jili ko o casino login register APK injector Slot Pragmatic Play Gogo JILI Casino login 50 minimum Z790 ram slots for gaming Tongits Go update download How to compute special non working holiday Philippines 777 Casino 77 free spins login MWGAMING Login Password How to play taya 777 online How does Lee Young ji know English Phdream88 login app 63jili download ios ME777 Casino Login Philippines Baba Slots online casinoplusslot How to play jili super ace online Unibet sign up bonus 60 jili login download no deposit bonus Philippine online casino no deposit bonus pxbetgamingslot Online casino games that pay real money no deposit 49jili flag login password Jili 2024 login register Paano maglaro ng jili super ace login download Vip jili login philippines app Jili bingo download for android 9Y game City Jili jackpot lucky casino real money no deposit bonus Easy money jackpot fishing philippines Casino free games slots machine no deposit Slots7 Casino free spins Winjili ph login registration Jili games free 100 download apk Jiliplay999 com login Hot chilli megaways review Jili games apk latest version ang mga slot ay nagsusugal Nice 888 login philippines Playzone Casino FC jackpot Casino login Spin jackpot YONO apk Juegos de casino gratis sin descargar ni registrarse Gold slots casino sa facebook withdrawal Jili 168 login registration link Mitran De Junction Te Mp3 Song Download pagalworld Lovejili app for android apk download Helens gogo jili casino login Transaction password in scatter example mainit na jili casino Casino online free credit no deposit How do i install tongits go on iphone Boombet casino 100 JILI casino no deposit bonus Peso88aa philippines Jiliko gcash withdrawal Jili veo login philippines Jili slot game download apk latest version Macau casino online login philippines online casino Katangian ni sita sa rama at sita 49jili login to my account philippines app Forgot transaction password Fg777app download Baccarat in casino online 98 jili casino login register philippines download app Marvelbet apps download apk for android Xo jili app login Speed roulette strategy betway zambia live soccer online casino games Casino 777 lucky jili slots real money yakuza: like a dragon slots high payout token Wild Coaster PG slot Turkish Airlines flights Bet jili app download for iphone Why do slot machines have bingo cards Ez jili code philippines DOUBLE Jackpot Slot MACHINE for sale play free online casino games Bet777 Login app Supabets mobile app download Winning plus 40 apk Play top Dollar slot machine online free no download Jackpot meter jili download apk Plot 777 casino login register link Best time to play jili slot on sunday reddit