We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab4567 commit 98ca4baCopy full SHA for 98ca4ba
plugin.php
@@ -0,0 +1,14 @@
1
+<?php
2
+/**
3
+ * Plugin Name: WordPress Settings API
4
+ * Plugin URI: http://tareq.wedevs.com/2012/06/wordpress-settings-api-php-class/
5
+ * Description: WordPress Settings API testing
6
+ * Author: Tareq Hasan
7
+ * Author URI: http://tareq.weDevs.com
8
+ * Version: 0.1
9
+ */
10
+
11
+require_once dirname( __FILE__ ) . '/src/class.settings-api.php';
12
+require_once dirname( __FILE__ ) . '/example/oop-example.php';
13
14
+new WeDevs_Settings_API_Test();
0 commit comments