Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 13, 2019 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/2607f09deef648bd91f08436de801804 to your computer and use it in GitHub Desktop.
Save parzibyte/2607f09deef648bd91f08436de801804 to your computer and use it in GitHub Desktop.
<?php
/*
Plugin Name: Insertar publicidad entre párrafos
Plugin URI: https://parzibyte.me/blog
Description: Insertar publicidad entre párrafos
Version: 1.0
Author: Luis Cabrera Benito a.k.a Parzibyte
Author URI: https://parzibyte.me/blog
*/
defined("ABSPATH") or die("No es permitido el acceso directo al archivo");
if (!class_exists("ParzibytePublicidad")) {
class ParzibytePublicidad
{
public static function iniciar()
{
}
public function agregar_publicidad($contenido)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment