admin管理员组

文章数量:1313599

I am very new to wordpress coding so I am in process of learning it.

I came across this solution but I am not sure where to add this function snippet to my wordpress:

if( wp_get_referer() )
  echo '<a href="'<?php wp_get_referer() ?> '" >BACK</a>';

本文标签: plugin developmentWhere to add functions and code snippets in wordpress