Skip to content

Instantly share code, notes, and snippets.

@RalfAlbert
RalfAlbert / example.php
Created December 23, 2011 01:40 — forked from eteubert/activate.php
WordPress: Find Users by Last Login Activity
<?php
/*
Plugin Name: User Activity
Plugin URI:
Description: Provides means to query users by last login activity.
Version: 1.0
Author: Eric Teubert, Ralf Albert
Author URI: ericteubert@googlemail.com, neun12@googlemail.com
License: MIT
*/
<?php
/**
* Meine Dokumentation zu der Funktion xyz die dafuer sorgt das XYZ etwas macht
*
* @autor Rene Reimann
* @package Theme XYZ
*/
if ( ! class_exists( 'register_custom_post_types' ) ) {
@RalfAlbert
RalfAlbert / class-wordpress-breadcrumb.php
Created September 25, 2011 08:55 — forked from ocean90/class-wordpress-breadcrumb.php
Breadcrumb Navigation for WordPress
<?php
/**
* Breadcrumb Navigation for WordPress.
*
* @author Dominik Schilling
* @author Ralf Albert
* @license GPLv2
* @link http://wpgrafie.de/204/
*
* @version 0.2