Hi there,
Today i would like to explain about Advanced Custom Fields(ACF Add On) Add On activation for Free. You have append a one line to the specific file of the ACF WordPress Plugin.
/plugins/advanced-custom-fields/acf.php
Find this function:
function is_field_unlocked($field_name){
$hashes = array(
'repeater' => 'bbefed143f1ec106ff3a11437bd73432',
'options_page' => '1fc8b993548891dc2b9a63ac057935d8',
'flexible_content' => 'd067e06c2b4b32b1c1f5b6f00e0d61d6',
'gallery' => '69f4adc9883195bd206a868ffa954b49',
);
Append this row like this:
function is_field_unlocked($field_name){
return true;
$hashes = array(
'repeater' => 'bbefed143f1ec106ff3a11437bd73432',
'options_page' => '1fc8b993548891dc2b9a63ac057935d8',
'flexible_content' => 'd067e06c2b4b32b1c1f5b6f00e0d61d6',
'gallery' => '69f4adc9883195bd206a868ffa954b49',
);
You have to add this line return true; first line of the is_field_unlocked function.
I hope it helps some one. If any suggestion, welcome to our comments area(Just bottom of this page).
If you like this post, please like me via Facebook Like Box.
Thank you.
Thanks
Thanks a lot for spending free time to compose “Advanced Custom Fields(ACF Add On) Add Ons Hack
Tip | Joomla, WordPress, Magento and CS-CART”.
Thanks a ton yet again -Tiffany
Everything is very open with a clear clarification
of the challenges. It was really informative.
Your site is very helpful. Thanks for sharing!