12/02/2013 at 3:40 pm
#274648
Keymaster
@ Matt
One this I see… This line should be the following based on your code.
$template->part( array( 'tag' => 'card', 'type' => 'action', 'callback' => array( $this, 'smccard' ) ) );
You can remove this line:
'custom' => FALSE,
That value will set itself properly when activated as a plugin.
You said it activated fine without error as a plugin, yes?