I hereby claim:
- I am rdelbem on github.
- I am rdelbem (https://keybase.io/rdelbem) on keybase.
- I have a public key ASBvg5kWqcyv1R85SJVa6fdZWH61d-W4ssmdArr_97ig4Qo
To claim this, I am signing this object:
<?php | |
/** | |
* | |
* Expected file structure | |
* | |
* └── CHILD_THEME_FOLDER/ // it does not have to be a child theme, it can be your own custom theme | |
* ├── functions.php // instantiate FunctionsLoader here by new FunctionsLoader() | |
* ├── style.css | |
* └── src/ |
I hereby claim:
To claim this, I am signing this object:
<?php | |
/** | |
* Abstract class which has helper functions to get data from the database | |
*/ | |
abstract class Base_Custom_Data | |
{ | |
/** | |
* The current table name | |
* | |
* @var boolean |