Function __global->seo_meta_clear_caching

Definitions

sources/content2.php

  • Clear caching for a particular seo entry.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$type ID_TEXT No No required parameter N/A N/A The type of resource (e.g. download)
$id ID_TEXT No No required parameter N/A N/A The ID of the resource

Preview

Code (PHP)

/**
 * Clear caching for a particular seo entry.
 *
 * @param  ID_TEXT $type The type of resource (e.g. download)
 * @param  ID_TEXT $id The ID of the resource
 */

function seo_meta_clear_caching(string $type, string $id)