Skip to content

Instantly share code, notes, and snippets.

View wordpress-lab's full-sized avatar

Wordpress Blog wordpress-lab

  • Dhaka
View GitHub Profile
/**
* Register a meta box using a class.
*/
class WPDocs_Custom_Meta_Box {
/**
* Constructor.
*/
public function __construct() {
if ( is_admin() ) {