Skip to content

Commit

Permalink
Update acf-options-for-polylang.php
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasKulka committed Oct 5, 2016
1 parent 8d83a20 commit dff4c9f
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions acf-options-for-polylang.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,33 @@
<?php
/*
Plugin Name: BEA - Polylang's ACF Option page
Plugin URI: http://www.beapi.fr
Description: Add ACF options page support for Polylang
Author: BeAPI
Author URI: http://www.beapi.fr
Version: 1.0.1
Plugin Name: BEA - Polylang's ACF Option page
Version: 1.0.1
Plugin URI: http://www.beapi.fr
Description: Add ACF options page support for Polylang
Author: BE API Technical team
Author URI: http://www.beapi.fr
Domain Path: languages
Text Domain: acf-options-for-polylang
----
Copyright 2016 BE API Technical team ([email protected])
This program 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 2 of the License, or
(at your option) any later version.
This program 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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

class BEA_ACF_For_Polylang {

function __construct() {
Expand Down Expand Up @@ -90,4 +111,4 @@ public static function set_default_value( $value, $post_id, $field ) {
}

}
new BEA_ACF_For_Polylang();
new BEA_ACF_For_Polylang();

0 comments on commit dff4c9f

Please sign in to comment.