Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Theme functions and definitions.
*
* Sets up the theme and provides some helper functions
*
* When using a child theme (see http://codex.wordpress.org/Theme_Development
* and http://codex.wordpress.org/Child_Themes), you can override certain
* functions (those wrapped in a function_exists() call) by defining them first
* in your child theme's functions.php file. The child theme's functions.php
@Matthieu63
Matthieu63 / php
Created November 1, 2017 16:08
bnfw.php
<?php
/**
* Plugin Name: Better Notifications for WordPress
* Plugin URI: https://wordpress.org/plugins/bnfw/
* Description: Supercharge your WordPress notifications using a WYSIWYG editor and shortcodes. Default and new notifications available. Add more power with Add-ons.
* Version: 1.6.7
* Author: Made with Fuel
* Author URI: https://betternotificationsforwp.com/
* Author Email: hello@betternotificationsforwp.com
* License: GPLv2 or later
<?php
class Wpadverts_Ci_Admin {
/**
* Admin Constructor
*
* Creates object which manages WP Adverts Category Icons integration options.
*
* @since 1.0
<?php
class Wpadverts_Ci_Admin {
/**
* Admin Constructor
*
* Creates object which manages WP Adverts Category Icons integration options.
*
* @since 1.0