public function MetatagTagsTest::shortlink_test_value_attribute in Metatag 7
Implements {meta_tag_name}_test_value_attribute() for 'shortlink'.
File
- tests/
MetatagTagsTest.test, line 281 - Tests that each of the Metatag base tags work correctly.
Class
- MetatagTagsTest
- Tests that each of the Metatag base tags work correctly.
Code
public function shortlink_test_value_attribute() {
return 'href';
}