https://github.com/PressForward/pressforward
Raw File
Tip revision: e5b086a36bcb559865a4150efd2db3af9c96da72 authored by Boone B Gorges on 16 January 2024, 22:30:10 UTC
Bump stable tag to 5.6.2.
Tip revision: e5b086a
constants.php
<?php
/**
 * Plugin constants.
 *
 * @package PressForward
 */

define( 'PF_SLUG', 'pf' );
define( 'PF_TITLE', 'PressForward' );
define( 'PF_MENU_SLUG', PF_SLUG . '-menu' );
define( 'PF_NOM_EDITOR', 'edit.php?post_type=nomination' );
define( 'PF_NOM_POSTER', 'post-new.php?post_type=nomination' );
define( 'PF_ROOT', __DIR__ );
define( 'PF_FILE_PATH', PF_ROOT . '/pressforward.php' );
define( 'PF_URL', plugins_url( '/', __FILE__ ) );
define( 'PF_VERSION', '5.6.2' );
back to top