Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

remove_all_node_keyword_mappings()

Description

Removes all indexed keywords for a specific node ID

Parameters

ColumnTypeDefaultDescription
$node integer Node ID

Return

void

Location

include/node_functions.php lines 1118 to 1121

Definition

 
function remove_all_node_keyword_mappings($node)
    {
    
ps_query("DELETE FROM node_keyword WHERE node = ?",array("i",$node));
    }

This article was last updated 19th March 2024 02:05 Europe/London time based on the source file dated 15th March 2024 17:00 Europe/London time.