Skip to content

Instantly share code, notes, and snippets.

View rdelbem's full-sized avatar

Rodrigo Del Bem rdelbem

View GitHub Profile
@rdelbem
rdelbem / wordpress-base-custom-data.php
Created July 12, 2021 05:39 — forked from paulund/wordpress-base-custom-data.php
A PHP class to handle CRUD functionality in WordPress default tables.
<?php
/**
* Abstract class which has helper functions to get data from the database
*/
abstract class Base_Custom_Data
{
/**
* The current table name
*
* @var boolean