{"id":23073,"date":"2013-04-22T01:36:41","date_gmt":"2013-04-22T01:36:41","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/ultimate-modal\/"},"modified":"2020-08-10T23:07:45","modified_gmt":"2020-08-10T23:07:45","slug":"ultimate-modal","status":"publish","type":"plugin","link":"https:\/\/cor.wordpress.org\/plugins\/ultimate-modal\/","author":6207869,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.4.2","stable_tag":"1.4.2","tested":"5.5.18","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"Ultimate Modal","header_author":"claudiosanches","header_description":"","assets_banners_color":"","last_updated":"2020-08-10 23:07:45","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/claudiosmweb.com\/doacoes\/","header_plugin_uri":"https:\/\/github.com\/claudiosmweb\/ultimate-modal","header_author_uri":"http:\/\/claudiosmweb.com\/","rating":4.8,"author_block_rating":0,"active_installs":100,"downloads":22250,"num_ratings":8,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"1.4.2":"<ul>\n<li>Added the <code>ultimatemodal_is_visible<\/code> filter.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":"1","4":0,"5":"7"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.4.0","1.4.1","1.4.2"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1403412","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1403412","resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Settings page.","2":"Plugin in action."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[613,491],"plugin_category":[],"plugin_contributors":[77604],"plugin_business_model":[],"class_list":["post-23073","plugin","type-plugin","status-publish","hentry","plugin_tags-modal","plugin_tags-popup","plugin_contributors-claudiosanches","plugin_committers-claudiosanches"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/ultimate-modal.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/ultimate-modal\/assets\/screenshot-1.png?rev=1403412","caption":"Settings page."},{"src":"https:\/\/ps.w.org\/ultimate-modal\/assets\/screenshot-2.png?rev=1403412","caption":"Plugin in action."}],"raw_content":"<!--section=description-->\n<p>Displays a modal on your WordPress site, configuring the contents with an editor.<\/p>\n\n<p>Check the <a href=\"http:\/\/wordpress.org\/plugins\/ultimate-modal\/screenshots\/\">Screenshots<\/a> for examples.<\/p>\n\n<h4>Credits<\/h4>\n\n<ul>\n<li>jquery.cookie by <a href=\"https:\/\/github.com\/carhartl\">Klaus Hartl<\/a><\/li>\n<li>Icon by <a href=\"http:\/\/www.iconfinder.com\/iconsets\/eightyshades\">Victor Erixon<\/a><\/li>\n<\/ul>\n\n<h3>License<\/h3>\n\n<p>Ultimate Modal is free software: you can redistribute it and\/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<\/p>\n\n<p>Ultimate Modal is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<\/p>\n\n<p>You should have received a copy of the GNU General Public License along with Ultimate Modal. If not, see <a href=\"http:\/\/www.gnu.org\/licenses\/\">http:\/\/www.gnu.org\/licenses\/<\/a>.<\/p>\n\n<!--section=installation-->\n<ul>\n<li>Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;<\/li>\n<li>Activate the plugin;<\/li>\n<li>Navigate to Settings -&gt; Ultimate Modal and fill the options.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt><h3>What is the plugin license?<\/h3><\/dt>\n<dd><ul>\n<li>This plugin is released under a GPL license.<\/li>\n<\/ul><\/dd>\n<dt><h3>How to display or hide on some pages?<\/h3><\/dt>\n<dd><p>Use the <code>ultimatemodal_is_visible<\/code> filter to control the display.<\/p>\n\n<p>Example to hide in pages:<\/p>\n\n<pre><code>\/**\n * Hide the modal in pages.\n *\n * @param  bool $display\n *\n * @return bool\n *\/\nfunction ultimatemodal_hide_in_pages( $display ) {\n    if ( is_page() ) {\n        $display = false;\n    }\n\n    return $display;\n}\n\nadd_filter( 'ultimatemodal_is_visible', 'ultimatemodal_hide_in_pages' );\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.4.2 - 18\/03\/2014<\/h4>\n\n<ul>\n<li>Added the <code>ultimatemodal_is_visible<\/code> filter.<\/li>\n<\/ul>\n\n<h4>1.4.1 - 05\/03\/2014<\/h4>\n\n<ul>\n<li>Fixed the modal cookie creation.<\/li>\n<\/ul>\n\n<h4>1.4.0 - 04\/03\/2014<\/h4>\n\n<ul>\n<li>Allowed auto embed \/ oEmbed in the modal content.<\/li>\n<li>Improved the cookie renewal when save the plugin settings.<\/li>\n<li>Improved the modal close, to prevent errors with videos and audios.<\/li>\n<\/ul>\n\n<h4>1.3.0 - 16\/12\/2013<\/h4>\n\n<ul>\n<li>Fixed some code standards.<\/li>\n<li>Added ability to run the modal shortcodes.<\/li>\n<li>Added option to configure delay in the modal.<\/li>\n<\/ul>\n\n<h4>1.2.2 - 13\/12\/2013<\/h4>\n\n<ul>\n<li>Fixed some code standards.<\/li>\n<li>Added support to WordPress 3.8.<\/li>\n<\/ul>\n\n<h4>1.2.1 - 29\/10\/2013<\/h4>\n\n<ul>\n<li>Fixed a bug in plugins page.<\/li>\n<li>Fixed the scripts load in admin.<\/li>\n<\/ul>\n\n<h4>1.2.0 - 27\/10\/2013<\/h4>\n\n<ul>\n<li>Added option to preview the modal in plugin settings page.<\/li>\n<li>Added method to reset the cookie when alter the modal content.<\/li>\n<li>Fixed the textdomain for new WordPress 3.7 standard.<\/li>\n<\/ul>\n\n<h4>1.1.1 - 24\/05\/2013<\/h4>\n\n<ul>\n<li>Fixed standards.<\/li>\n<li>Removed filter the_action in favor to wpautop() function.<\/li>\n<\/ul>\n\n<h4>1.1.0 - 24\/05\/2013<\/h4>\n\n<ul>\n<li>Removed the modal_js_vars method in favor to wp_localize_script.<\/li>\n<li>Improved use of JSHint to validate the javascript files.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial Version.<\/li>\n<\/ul>","raw_excerpt":"Displays a modal content in your WordPress","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23073","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23073"}],"author":[{"embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/claudiosanches"}],"wp:attachment":[{"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23073"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23073"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23073"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23073"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23073"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/cor.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23073"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}