• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
Genesis Theme Framework a2z

Genesis Theme Framework a2z

WordPress Dynamic API Reference

  • Home
  • Plugins
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
Home / APIs / genesis_code() – Mark up content with code tags.

You appear to be a bot. Output may be restricted

Description

Mark up content with code tags.

Escapes all HTML, so < gets changed to < and displays correctly. Used almost exclusively within labels and text in user interfaces added by Genesis.

Usage

$string = genesis_code( $content );

Parameters

$content
( string ) required – Content to be wrapped in code tags.

Returns

string Content wrapped in code tags.

Source

File name: genesis/lib/functions/formatting.php
Lines:

1 to 5 of 5
function genesis_code( $content ) {

  return '<code>' . esc_html( $content ) . '</code>';

}
 

Published: 25th November 2019 | Last updated: 25th November 2019

Primary Sidebar

Information

Function name: genesis_code
Plugin ref: Genesis Framework
Version: 3.3.5
Sourcefile: lib/functions/formatting.php
File ref: lib/functions/formatting.php
Deprecated?: No
API Letters: C,G

Footer

Genesis a2z
Genesis Theme Framework a2z
WordPress Dynamic API Reference
WordPress 5.9.3
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  genesis.wp-a2z.org
© Copyright Genesis a2z 2014-2022. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites