You appear to be a bot. Output may be restricted
Description
Find out what action to take
Look up the state type combination in the state_types array
Usage
OIK_clone_informal_relationships::get_action( $state_type );
Parameters
- $state_type
- ( mixed ) required –
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-informal-relationships.php
Lines:
1 to 7 of 7
function get_action( $state_type ) { $action = $this->state_types[ $state_type ]['action']; //echo "State_type:" . $state_type; //print_r( $this->state_types[ $state_type ] ); //echo "Action:" . $action; return( $action ); }