You appear to be a bot. Output may be restricted
Description
Implement "plugin_action_links"
Usage
OIK_Plugin_Update::plugin_action_links( $links, $file, $plugin_data, $context );
Parameters
- $links
- ( mixed ) required –
- $file
- ( mixed ) required –
- $plugin_data
- ( mixed ) required –
- $context
- ( mixed ) required –
Returns
voidTO DO
Determine if it's really necessary to create the link to the "oik plugins" page. Answer: No, it's not. It's confusingSource
File name: oik/libs/class-oik-plugin-update.phpLines:
1 to 8 of 8
function plugin_action_links( $links, $file, $plugin_data, $context ) { bw_trace2(); //bw_trace2( plugin_basename( __FILE__ ), "plugin_basename" ); //if ( $file == plugin_basename( __FILE__ ) ) { // $links['update'] = '<a href="' . esc_url( self::get_page_url() ) . '">'.esc_html__( 'Settings' , 'oik-weight-zone-shipping-pro').'</a>'; //} return( $links ); }View on GitHub View on Trac