PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
mendrisio
/
wp-content
/
plugins
/
posts-to-posts
/
admin
<?php class P2P_Column_Factory extends P2P_Factory { protected $key = 'admin_column'; function __construct() { parent::__construct(); add_action( 'load-edit.php', array( $this, 'add_items' ) ); add_action( 'load-users.php', array( $this, 'add_items' ) ); } function add_item( $directed, $object_type, $post_type, $title ) { $class = 'P2P_Column_' . ucfirst( $object_type ); $column = new $class( $directed ); $screen = get_current_screen(); add_filter( "manage_{$screen->id}_columns", array( $column, 'add_column' ) ); add_action( 'admin_print_styles', array( $column, 'styles' ) ); } }
[+]
templates
[+]
images
[-] box.css
[open]
[-] dropdown.php
[open]
[-] tools-page.php
[open]
[-] dropdown-post.php
[open]
[-] dropdown-user.php
[open]
[-] column-user.php
[open]
[-] field-title-attachment.php
[open]
[-] field-title-post.php
[open]
[-] mustache.js
[open]
[+]
..
[-] field.php
[open]
[-] factory.php
[open]
[-] field-generic.php
[open]
[-] field-title-user.php
[open]
[-] field-title.php
[open]
[-] column.php
[open]
[-] dropdown-factory.php
[open]
[-] column-factory.php
[open]
[-] box.php
[open]
[-] column-post.php
[open]
[-] box-factory.php
[open]
[-] box.js
[open]
[-] tools.css
[open]
[-] field-order.php
[open]
[-] mustache.php
[open]
[-] field-delete.php
[open]