{"id":90947,"date":"2018-09-05T19:26:52","date_gmt":"2018-09-05T19:26:52","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/easy-acf-connect-for-themer\/"},"modified":"2020-10-17T15:33:33","modified_gmt":"2020-10-17T15:33:33","slug":"easy-acf-connect-for-themer","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/easy-acf-connect-for-themer\/","author":16413394,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.5","stable_tag":"trunk","tested":"5.5.18","requires":"4.7","requires_php":"5.6","requires_plugins":"","header_name":"Easy ACF Connect for Themer","header_author":"Didou Schol","header_description":"Easy ACF Connect for Beaver Themer. Just select the fieldname to connect.","assets_banners_color":"956592","last_updated":"2020-10-17 15:33:33","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/www.badabing.nl","header_author_uri":"https:\/\/www.badabing.nl","rating":5,"author_block_rating":0,"active_installs":100,"downloads":3210,"num_ratings":5,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":5},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":1936430,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":1936430,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1936430,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1936430,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2018538,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2018538,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":2018538,"resolution":"4","location":"assets","locale":""}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2211,11515,142311,25308],"plugin_category":[59],"plugin_contributors":[161426],"plugin_business_model":[],"class_list":["post-90947","plugin","type-plugin","status-publish","hentry","plugin_tags-acf","plugin_tags-beaver-builder","plugin_tags-beaver-themer","plugin_tags-connector","plugin_category-utilities-and-tools","plugin_contributors-badabingbreda","plugin_committers-badabingbreda"],"banners":{"banner":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/banner-772x250.jpg?rev=1936430","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/icon-128x128.jpg?rev=1936430","icon_2x":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/icon-256x256.jpg?rev=1936430","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/screenshot-1.png?rev=1936430","caption":""},{"src":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/screenshot-2.png?rev=2018538","caption":""},{"src":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/screenshot-3.png?rev=2018538","caption":""},{"src":"https:\/\/ps.w.org\/easy-acf-connect-for-themer\/assets\/screenshot-4.png?rev=2018538","caption":""}],"raw_content":"<!--section=description-->\n<p><strong>Description<\/strong><\/p>\n\n<p>Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown. It returns all fieldnames, across all fieldgroups.<\/p>\n\n<p>Easy ACF Connect for Themer also supports ACF Fields on the current post, another post, user_id, tax_termid or even from your ACF Options pages.<\/p>\n\n<p>Select the Easy ACF Connector... Then simply select the fieldname.<\/p>\n\n<p><strong>Using the Conditional Logic filter<\/strong><\/p>\n\n<p>Easy ACF Connect for Themer also supports adding conditional rules using ACF Fields on the current post or from your ACF Options pages. For that select either \"Easy ACF Field\" or \"Easy ACF Option Field\".<\/p>\n\n<p><strong>Supported fieldtypes:<\/strong><\/p>\n\n<ul>\n<li>color-picker<\/li>\n<li>date-picker<\/li>\n<li>date-time-picker<\/li>\n<li>email<\/li>\n<li>file<\/li>\n<li>flexible content<\/li>\n<li>gallery<\/li>\n<li>group<\/li>\n<li>image (array, url or image ID)<\/li>\n<li>link<\/li>\n<li>message<\/li>\n<li>number<\/li>\n<li>page link<\/li>\n<li>password<\/li>\n<li>post object<\/li>\n<li>checkbox<\/li>\n<li>radio<\/li>\n<li>range<\/li>\n<li>relationship<\/li>\n<li>repeater<\/li>\n<li>taxonomy<\/li>\n<li>select<\/li>\n<li>text<\/li>\n<li>textarea<\/li>\n<li>time_picker<\/li>\n<li>true_false<\/li>\n<li>url<\/li>\n<li>user<\/li>\n<li>wysiwyg<\/li>\n<\/ul>\n\n<p><em>Please note that field support means that it will return the ACF-value as a variable (object, array, string or number). It's up to the module to handle the returned variable.<\/em><\/p>\n\n<p><strong>Adding support for more fieldtypes in list<\/strong><\/p>\n\n<p>If you use any third party or custom fieldtypes for ACF ( which can be found on <a href=\"https:\/\/awesomeacf.com\">https:\/\/awesomeacf.com<\/a> ) you can add those using a filter in your function.php:<\/p>\n\n<pre><code>add_filter( 'easy_acf_accepted_acf_field_types' , 'my_custom_add_acf_field_types' );\n\n\/**\n * Callback that adds one or more fieldtypes to the the easy_acf_accepted_field_types filter\n * @param  {array} $fieldtypes array with name-&gt;value, label-&gt;value pairs\n * @return {array}\n * @since 1.0.0\n *\/\nfunction my_custom_add_acf_fieldtypes( $fieldtypes ) {\n    $new_fieldtypes =  array(\n            array( 'name' =&gt; 'custom_fieldtype'         , 'label' =&gt; 'Custom Field Type' ),\n        );\n\n    $fieldtypes = array_merge( $fieldtypes , $new_fieldtypes );\n    return $fieldtypes;\n}\n<\/code><\/pre>\n\n<p><strong>Conditional Rules for 3rd party fieldtypes<\/strong><\/p>\n\n<p>There is currently no support or way to extend for 3rd party fieldtypes using the conditional rules. This means that you won't be able to pick fieldtypes based on the type. Use the conditional rules provided by Beaver Themer instead, but you will need to enter the fieldname manually.<\/p>\n\n<p><strong>version history:<\/strong><\/p>\n\n<p><strong>v1.1.5<\/strong><\/p>\n\n<p>bugfix: added permission_callback to rest request<\/p>\n\n<p><strong>v1.1.4<\/strong><\/p>\n\n<p>added checkbox fieldtype to Beaver Builder conditional rules, it was missing.<\/p>\n\n<p><strong>v1.1.3<\/strong><\/p>\n\n<p>added all remaining fieldtypes (flexible content, group, repeater, page link, post object, relationship, taxonomy, user)<\/p>\n\n<p><strong>v1.1.2<\/strong><\/p>\n\n<p>added Conditional Logic settings<\/p>\n\n<p><strong>v1.1.1<\/strong><\/p>\n\n<p>added image-size on image fields, tweaked the code, changed way to test for acf 4\/5, fixed save_format\/return_format for acf 4\/5, added textdomain and .pot file<\/p>\n\n<p><strong>v1.0.0<\/strong><\/p>\n\n<p>image and gallery field support<\/p>","raw_excerpt":"Description Easily connect ACF fields in Beaver Themer. No need to remember the fieldnames, easily select from the dropdown.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/90947","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=90947"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/badabingbreda"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=90947"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=90947"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=90947"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=90947"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=90947"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=90947"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}