[oik] plugins.com

WordPress plugins and themes

  • Home
  • About
    • lazy shortcodes
    • smart shortcodes
    • oik base plugin
      • oik – donate
      • oik PayPal buttons
      • oik installation
      • oik Button Shortcode button
      • oik changelog
      • oik FAQ
      • oik plugins on SVN
      • oik plugins on GitHub
  • Plugins
    • oik base plugin
    • FREE oik plugins
    • WordPress plugins
    • Premium oik plugins
    • Bespoke oik plugins
  • Shortcodes
    • Shortcode examples
  • Blocks
    • Block examples
  • APIs
    • ALL action and filter hooks
  • Blog

_oik_themes_settings_row() – Display current settings for a theme

You appear to be a bot. Output may be restricted

Description

Display current settings for a theme

Note: Delete may not appear to work as the entry is created automatically by the theme when it registers itself. The Delete action will delete the theme's profile entry.

Usage

_oik_themes_settings_row( $theme, $version, $server, $apikey, $programmatically_registered );

Parameters

$theme
( string ) required – theme slug
$version
( string ) required – current theme version
$server
( string ) required – theme server
$apikey
( string ) required – API key for premium theme
$programmatically_registered
( bool ) required – true if registered by the theme

Returns

void

Source

File name: oik/libs/oik_themes.php
Lines:
1 to 20 of 20
function _oik_themes_settings_row( $theme, $version, $server, $apikey, $programmatically_registered ) {
  $row = array();
  $row[] = $theme;
  $row[] = $version . " "; 
  $row[] = $server . " "; //itext( "server[$theme]", 100, $server ); //esc_html( stripslashes( $server ) )); //iarea( $theme, 100, $server, 10 );
  $row[] = $apikey . " "; //itext( "apikey[$theme]", 26, $apikey );
  $links = null;
  if ( $programmatically_registered ) {
    $links .= retlink( null, admin_url("admin.php?page=oik_themes&delete_theme=$theme"), __( "Reset", null), __("Reset theme's profile entry", null ) ); 
  } else {
    $links .= retlink( null, admin_url("admin.php?page=oik_themes&delete_theme=$theme"), __( "Delete", null), __( "Delete theme's profile entry", null ) ); 
  }
  $links .= " ";
  $links .= retlink( null, admin_url("admin.php?page=oik_themes&edit_theme=$theme"), __( "Edit", null ) ); 
  $links .= " "; 
  $links .= retlink( null, admin_url("admin.php?page=oik_themes&check_theme=$theme&check_version=$version"), __( "Check", null ) );
  $links .= " ";
  $row[] = $links;
  bw_tablerow( $row );
}
 
 View on GitHub View on Trac

Published: February 2, 2018 | Last updated: February 2, 2018

Information

Function name: _oik_themes_settings_row
Plugin ref: oik – oik information kit
Version: 4.8.2
Sourcefile: libs/oik_themes.php
File ref: libs/oik_themes.php
API type: private
Deprecated?: No
API Letters: O,R,S,T,_

Recent plugin updates

UK-tides v3.1.1 UK-tides v3.1.1 is built with the latest wp-scripts. It's been tested with WordPress 6.2 and Gutenberg 15.7.0 ...
oik-weight-zone-shipping v0.2.6 oik-weight-zone-shipping v0.2.6 has been tested with WooCommerce 7.4.0. ...
sb-chart-block v1.2.3 SB Chart Block v1.2.3 contains a fix for an Uncaught Error: Call to undefined function bw_trace2()  ...
SB Chart Block v1.2.1 Update to SB Chart Block v1.2.0 for custom colors, font size options and multiple y-axis charts.  ...
oik-css v2.1.0 Update to oik-css v2.1.0 for the ability to style CSS and GeSHi output in documentation. ...

Plugins

  • All Plugins
  • oik base plugin
  • FREE oik plugins
  • WordPress plugins
  • Premium oik plugins

Themes

  • FREE themes
  • Bespoke themes
  • Premium themes

Blocks

  • All Blocks
  • Block examples
  • About Blocks

Shortcodes

  • All Shortcodes
  • Shortcode examples
  • About Shortcodes

Reference

  • About APIs
  • All APIs
  • All Classes
  • All Files
  • All Hooks

Support

  • Contact
  • Cookies policy
  • Get API key
  • Privacy
  • Request support
  • Sitemap
  • Stay informed
  • Terms and Conditions
oik-plugins
Email: herb@bobbingwide.com

Weight shipping plugins

Find out which cart weight shipping plugin you need for your WooCommerce site.
Which cart weight based plugin do I need?

Site:  www.oik-plugins.com
© Copyright oik-plugins 2011-2023. All rights reserved.


Website designed and developed by Herb Miller of Bobbing Wide
Proudly powered by WordPress and oik-plugins
WordPress 6.2.2. PHP: 7.4.33. Memory limit: 768M