Changeset 2991457
- Timestamp:
- 11/08/2023 06:15:00 AM (2 years ago)
- Location:
- bbaton-anonymous-age-verification/trunk
- Files:
-
- 2 edited
-
bbaton-ananoymous-age-verification.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bbaton-anonymous-age-verification/trunk/bbaton-ananoymous-age-verification.php
r2641189 r2991457 3 3 * Plugin Name: 비바톤 익명 성인인증 | BBaton Anonymous Age Verification 4 4 * Description: Anonymous Age Verification Service for Korean Users 5 * Version: 2. 95 * Version: 2.10 6 6 * Author: BBaton 7 7 * Author URI: https://www.bbaton.com … … 25 25 add_filter("the_content", array($this, "bbaa_lock_page_content"), 10, 2); 26 26 } 27 add_action('init', array($this, 'bbaa_analyze_child'));27 //add_action('init', array($this, 'bbaa_analyze_child')); 28 28 add_action('init', array($this, 'bbaa_redirect_back')); 29 29 } -
bbaton-anonymous-age-verification/trunk/readme.txt
r2641189 r2991457 68 68 = 2.9 = 69 69 * New Feature added for URL field and minor changes done for settings page. 70 71 = 2.10 = 72 * 버그 수정
Note: See TracChangeset
for help on using the changeset viewer.