Skip to content

Instantly share code, notes, and snippets.

@bradvin
bradvin / album-custom.php
Created March 6, 2022 14:29
FooGallery Album - Get Previous & Next Gallery ID
echo 'Previous : ' . foogallery_album_find_previous_gallery_id( $current_foogallery_album, $foogallery->ID );
echo 'Next : ' . foogallery_album_find_next_gallery_id( $current_foogallery_album, $foogallery->ID );
<?php
/**
* Plugin Name: DreamHost Panel Login
* Plugin URI: https://www.dreamhost.com/wordpress/
* Description: Used by DreamHost to generate a one-time login URL for your admin user that is to be used from within https://panel.dreamhost.com.
* Author: DreamHost, danielbachhuber
* Author URI: https://dreamhost.com
* Version: 1.0.0
*
* @package One_Time_Login