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 1108 to 1111

Definition

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

This article was last updated 25th April 2024 21:35 Europe/London time based on the source file dated 15th April 2024 11:30 Europe/London time.